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
Copy file name to clipboardExpand all lines: website/content/en/docs/concepts/dependents.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To support such cases, the `Generator` implementation can set the following anno
31
31
-`default` (deprecated): equivalent to the annotation being unset (which means that the reconciler default will be used)
32
32
-`replace` (which is the default): a regular update (i.e. PUT) call will be made to the Kubernetes API server
33
33
-`ssa-merge`: use server side apply to update existing dependents
34
-
-`ssa-override`: use server side apply to update existing dependents and, in addition, reclaim fields owned by certain field owners, such as kubectl or Helm
34
+
-`ssa-override`: use server side apply to update existing dependents and, in addition, reclaim fields owned by certain field owners, such as kubectl
35
35
-`recreate`: if the object would be updated, it will be deleted and recreated instead
36
36
-`mycomponent-operator.mydomain.io/delete-policy`: defines what happens to the object when the compoment is deleted; can be one of:
37
37
-`default` (deprecated): equivalent to the annotation being unset (which means that the reconciler default will be used)
0 commit comments