Skip to content

Commit

Permalink
Sync the ConfigurationPolicy CRD
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
  • Loading branch information
mprahl authored and openshift-merge-bot[bot] committed Jun 21, 2024
1 parent d89fa6d commit 37fdaa7
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,11 @@ spec:
type: string
recreateOption:
description: |-
RecreateOption describes whether to delete and recreate an object when an update is required. `IfRequired`
will recreate the object when updating an immutable field. `Always` will always recreate the object if a mismatch
is detected. `RecreateOption` has no effect when the `remediationAction` is `inform`. `IfRequired` has no effect
on clusters without dry run update support. The default value is `None`.
RecreateOption describes when to delete and recreate an object when an update is required. When you set the
object to `IfRequired`, the policy recreates the object when updating an immutable field. When you set the
parameter to `Always`, the policy recreates the object on any update. When you set the `remediationAction` to
`inform`, the parameter value, `recreateOption`, has no effect on the object. The `IfRequired` value has no
effect on clusters without dry-run update support. The default value is `None`.
enum:
- None
- IfRequired
Expand Down Expand Up @@ -583,10 +584,11 @@ spec:
recreateOption:
default: None
description: |-
RecreateOption describes whether to delete and recreate an object when an update is required. `IfRequired`
will recreate the object when updating an immutable field. `Always` will always recreate the object if a mismatch
is detected. `RecreateOption` has no effect when the `remediationAction` is `inform`. `IfRequired` has no effect
on clusters without dry run update support. The default value is `None`.
RecreateOption describes when to delete and recreate an object when an update is required. When you set the
object to `IfRequired`, the policy recreates the object when updating an immutable field. When you set the
parameter to `Always`, the policy recreates the object on any update. When you set the `remediationAction` to
`inform`, the parameter value, `recreateOption`, has no effect on the object. The `IfRequired` value has no
effect on clusters without dry-run update support. The default value is `None`.
enum:
- None
- IfRequired
Expand Down

0 comments on commit 37fdaa7

Please sign in to comment.