Skip to content

Commit

Permalink
Sync ConfigPolicy CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <19750917+dhaiducek@users.noreply.github.com>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Jul 18, 2024
1 parent cad8f85 commit 676a0cf
Showing 1 changed file with 18 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,22 @@ spec:
evaluationInterval:
description: |-
EvaluationInterval configures the minimum elapsed time before a configuration policy is
reevaluated. If the policy spec is changed, or if the list of namespaces selected by the policy
changes, the policy might be evaluated regardless of the settings here.
reevaluated. The default value is `watch` to leverage Kubernetes API watches instead of polling the Kubernetes API
server. If the policy spec is changed or if the list of namespaces selected by the policy changes, the policy might
be evaluated regardless of the settings here.
properties:
compliant:
description: |-
Compliant is the minimum elapsed time before a configuration policy is reevaluated when in the
compliant state. Set this to `never` to disable reevaluation when in the compliant state.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never)+$
compliant state. Set this to `never` to disable reevaluation when in the compliant state. The default value is
`watch`.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never|watch)+$
type: string
noncompliant:
description: |-
NonCompliant is the minimum elapsed time before a configuration policy is reevaluated when in
the noncompliant state. Set this to `never` to disable reevaluation when in the noncompliant
state.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never)+$
NonCompliant is the minimum elapsed time before a configuration policy is reevaluated when in the noncompliant
state. Set this to `never` to disable reevaluation when in the noncompliant state. The default value is `watch`.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never|watch)+$
type: string
type: object
namespaceSelector:
Expand Down Expand Up @@ -450,21 +451,22 @@ spec:
evaluationInterval:
description: |-
EvaluationInterval configures the minimum elapsed time before a configuration policy is
reevaluated. If the policy spec is changed, or if the list of namespaces selected by the policy
changes, the policy might be evaluated regardless of the settings here.
reevaluated. The default value is `watch` to leverage Kubernetes API watches instead of polling the Kubernetes API
server. If the policy spec is changed or if the list of namespaces selected by the policy changes, the policy might
be evaluated regardless of the settings here.
properties:
compliant:
description: |-
Compliant is the minimum elapsed time before a configuration policy is reevaluated when in the
compliant state. Set this to `never` to disable reevaluation when in the compliant state.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never)+$
compliant state. Set this to `never` to disable reevaluation when in the compliant state. The default value is
`watch`.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never|watch)+$
type: string
noncompliant:
description: |-
NonCompliant is the minimum elapsed time before a configuration policy is reevaluated when in
the noncompliant state. Set this to `never` to disable reevaluation when in the noncompliant
state.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never)+$
NonCompliant is the minimum elapsed time before a configuration policy is reevaluated when in the noncompliant
state. Set this to `never` to disable reevaluation when in the noncompliant state. The default value is `watch`.
pattern: ^(?:(?:(?:[0-9]+(?:.[0-9])?)(?:h|m|s|(?:ms)|(?:us)|(?:ns)))|never|watch)+$
type: string
type: object
namespaceSelector:
Expand Down

0 comments on commit 676a0cf

Please sign in to comment.