You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added apply_patch_status method using Merge strategy (#64)
* added apply_patch_status method using Merge strategy * addressed PR review: implemented merge_patch_status and apply_patch_status for the individual strategies based on non public patch_status. * resolved conflicts * removed apiVersion and Kind from merge_patch_status; not required
// Starting from Kubernetes v1.18, you can enable the Server Side Apply feature so that the control plane tracks managed fields for all newly created objects.
163
+
// 2) Json (https://tools.ietf.org/html/rfc6902):
164
+
// This is supported on crate feature jsonpatch only
0 commit comments