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: pkg/addon/configpolicy/manifests/managedclusterchart/templates/policy.open-cluster-management.io_configurationpolicies_crd.yaml
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -193,10 +193,11 @@ spec:
193
193
type: string
194
194
recreateOption:
195
195
description: |-
196
-
RecreateOption describes whether to delete and recreate an object when an update is required. `IfRequired`
197
-
will recreate the object when updating an immutable field. `Always` will always recreate the object if a mismatch
198
-
is detected. `RecreateOption` has no effect when the `remediationAction` is `inform`. `IfRequired` has no effect
199
-
on clusters without dry run update support. The default value is `None`.
196
+
RecreateOption describes when to delete and recreate an object when an update is required. When you set the
197
+
object to `IfRequired`, the policy recreates the object when updating an immutable field. When you set the
198
+
parameter to `Always`, the policy recreates the object on any update. When you set the `remediationAction` to
199
+
`inform`, the parameter value, `recreateOption`, has no effect on the object. The `IfRequired` value has no
200
+
effect on clusters without dry-run update support. The default value is `None`.
200
201
enum:
201
202
- None
202
203
- IfRequired
@@ -583,10 +584,11 @@ spec:
583
584
recreateOption:
584
585
default: None
585
586
description: |-
586
-
RecreateOption describes whether to delete and recreate an object when an update is required. `IfRequired`
587
-
will recreate the object when updating an immutable field. `Always` will always recreate the object if a mismatch
588
-
is detected. `RecreateOption` has no effect when the `remediationAction` is `inform`. `IfRequired` has no effect
589
-
on clusters without dry run update support. The default value is `None`.
587
+
RecreateOption describes when to delete and recreate an object when an update is required. When you set the
588
+
object to `IfRequired`, the policy recreates the object when updating an immutable field. When you set the
589
+
parameter to `Always`, the policy recreates the object on any update. When you set the `remediationAction` to
590
+
`inform`, the parameter value, `recreateOption`, has no effect on the object. The `IfRequired` value has no
591
+
effect on clusters without dry-run update support. The default value is `None`.
0 commit comments