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