1
0
Fork 0
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:
Shuting Zhao 2020-11-18 17:00:26 -08:00
parent 010c97f3ab
commit 8acc302336
6 changed files with 0 additions and 9 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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"`