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
// - if the effective update policy is UpdatePolicyReplace, a http PUT request will be sent to the Kubernetes API
230
230
// - if the effective update policy is UpdatePolicySsaMerge or UpdatePolicySsaOverride, a server-side-apply http PATCH request will be sent;
231
231
// while UpdatePolicySsaMerge just implements the Kubernetes standard behavior (leaving foreign non-conflicting fields untouched), UpdatePolicySsaOverride
232
-
// will re-claim (and therefore potentially drop) fields owned by certain field managers, such as kubectl and helm
232
+
// will re-claim (and therefore potentially drop) fields owned by certain field managers, such as kubectl
233
233
// - if the effective update policy is UpdatePolicyRecreate, the object will be deleted and recreated.
234
234
//
235
235
// Objects will be applied and deleted in waves, according to their apply/delete order. Objects which specify a purge order will be deleted from the cluster at the
0 commit comments