mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 10:04:25 +00:00
remove background default tag
This commit is contained in:
parent
168bb21093
commit
010c97f3ab
6 changed files with 0 additions and 9 deletions
|
@ -45,7 +45,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
@ -1478,7 +1477,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
|
|
@ -47,7 +47,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
|
|
@ -48,7 +48,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
|
|
@ -50,7 +50,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
@ -1483,7 +1482,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
|
|
@ -50,7 +50,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
@ -1483,7 +1482,6 @@ spec:
|
|||
description: Spec declares policy behaviors.
|
||||
properties:
|
||||
background:
|
||||
default: true
|
||||
description: Background controls if rules are applied to existing
|
||||
resources during a background scan. Optional. Default value is "true".
|
||||
The value must be set to "false" if the policy rule uses variables
|
||||
|
|
|
@ -49,7 +49,6 @@ type Spec struct {
|
|||
// Background controls if rules are applied to existing resources during a background scan.
|
||||
// Optional. Default value is "true". The value must be set to "false" if the policy rule
|
||||
// uses variables that are only available in the admission review request (e.g. user name).
|
||||
// +kubebuilder:default=true
|
||||
// +optional
|
||||
Background *bool `json:"background,omitempty" yaml:"background,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue