Skip to content

[feature]: Add Patch functionality for CRD update #559

@vvitkovsky

Description

@vvitkovsky

Is your feature request related to a problem? Please describe.

Hi all,

Unfortunately, Patch is not available in current KubeOps version, so if you have a big CRD, you need to send it full to Kubernetes API server even if you update only one field.

Best regards,
Victor

Describe the solution you would like

Currently KubeOps.KubernetesClient use Replace method to update content of CRD object, but there is also Patch that can be used to do this.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions