mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-08 18:15:48 +00:00
remove default tag
This commit is contained in:
parent
010c97f3ab
commit
8acc302336
6 changed files with 0 additions and 9 deletions
|
@ -238,7 +238,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
@ -1670,7 +1669,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
|
|
@ -240,7 +240,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
|
|
@ -241,7 +241,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
|
|
@ -243,7 +243,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
@ -1675,7 +1674,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
|
|
@ -243,7 +243,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
@ -1675,7 +1674,6 @@ spec:
|
|||
description: Namespace specifies resource namespace.
|
||||
type: string
|
||||
synchronize:
|
||||
default: false
|
||||
description: Synchronize controls if generated resources
|
||||
should be kept in-sync with their source resource. Optional.
|
||||
Defaults to "false" if not specified.
|
||||
|
|
|
@ -285,7 +285,6 @@ type Generation struct {
|
|||
|
||||
// Synchronize controls if generated resources should be kept in-sync with their source resource.
|
||||
// Optional. Defaults to "false" if not specified.
|
||||
// +kubebuilder:default=false
|
||||
// +optional
|
||||
Synchronize bool `json:"synchronize,omitempty" yaml:"synchronize,omitempty"`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue