mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: validationFailureAction default value (#4822)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
1db08f82dd
commit
51b07b7bf3
7 changed files with 18 additions and 0 deletions
|
@ -49,6 +49,7 @@ type Spec struct {
|
|||
// Allowed values are audit or enforce. The default value is "audit".
|
||||
// +optional
|
||||
// +kubebuilder:validation:Enum=audit;enforce
|
||||
// +kubebuilder:default=audit
|
||||
ValidationFailureAction ValidationFailureAction `json:"validationFailureAction,omitempty" yaml:"validationFailureAction,omitempty"`
|
||||
|
||||
// ValidationFailureActionOverrides is a Cluster Policy attribute that specifies ValidationFailureAction
|
||||
|
|
|
@ -33,6 +33,7 @@ type Spec struct {
|
|||
// Allowed values are audit or enforce. The default value is "audit".
|
||||
// +optional
|
||||
// +kubebuilder:validation:Enum=audit;enforce
|
||||
// +kubebuilder:default=audit
|
||||
ValidationFailureAction kyvernov1.ValidationFailureAction `json:"validationFailureAction,omitempty" yaml:"validationFailureAction,omitempty"`
|
||||
|
||||
// ValidationFailureActionOverrides is a Cluster Policy attribute that specifies ValidationFailureAction
|
||||
|
|
|
@ -2737,6 +2737,7 @@ spec:
|
|||
description: SchemaValidation skips policy validation checks. Optional. The default value is set to "true", it must be set to "false" to disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy rule violation should block the admission review request (enforce), or allow (audit) the admission review request and report an error in a policy report. Optional. Allowed values are audit or enforce. The default value is "audit".
|
||||
enum:
|
||||
- audit
|
||||
|
@ -6136,6 +6137,7 @@ spec:
|
|||
description: SchemaValidation skips policy validation checks. Optional. The default value is set to "true", it must be set to "false" to disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy rule violation should block the admission review request (enforce), or allow (audit) the admission review request and report an error in a policy report. Optional. Allowed values are audit or enforce. The default value is "audit".
|
||||
enum:
|
||||
- audit
|
||||
|
@ -10156,6 +10158,7 @@ spec:
|
|||
description: SchemaValidation skips policy validation checks. Optional. The default value is set to "true", it must be set to "false" to disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy rule violation should block the admission review request (enforce), or allow (audit) the admission review request and report an error in a policy report. Optional. Allowed values are audit or enforce. The default value is "audit".
|
||||
enum:
|
||||
- audit
|
||||
|
@ -13555,6 +13558,7 @@ spec:
|
|||
description: SchemaValidation skips policy validation checks. Optional. The default value is set to "true", it must be set to "false" to disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy rule violation should block the admission review request (enforce), or allow (audit) the admission review request and report an error in a policy report. Optional. Allowed values are audit or enforce. The default value is "audit".
|
||||
enum:
|
||||
- audit
|
||||
|
|
|
@ -2807,6 +2807,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -8276,6 +8277,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
|
|
@ -2808,6 +2808,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -8279,6 +8280,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
|
|
@ -4093,6 +4093,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -9562,6 +9563,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -15884,6 +15886,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -21355,6 +21358,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
|
|
@ -4087,6 +4087,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -9556,6 +9557,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -15875,6 +15877,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
@ -21346,6 +21349,7 @@ spec:
|
|||
disable the validation checks.
|
||||
type: boolean
|
||||
validationFailureAction:
|
||||
default: audit
|
||||
description: ValidationFailureAction defines if a validation policy
|
||||
rule violation should block the admission review request (enforce),
|
||||
or allow (audit) the admission review request and report an error
|
||||
|
|
Loading…
Add table
Reference in a new issue