Skip to content

Commit

Permalink
chore: update deprecated field's description
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Aug 13, 2024
1 parent 50c2d5d commit be90d84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/kyverno/v2/updaterequest_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ type UpdateRequestSpec struct {

// Synchronize represents the sync behavior of the corresponding rule
// Optional. Defaults to "false" if not specified.
// Deprecated
// Deprecated, will be removed in 1.14.
Synchronize bool `json:"synchronize,omitempty" yaml:"synchronize,omitempty"`

// ResourceSpec is the information to identify the trigger resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ spec:
description: |-
Synchronize represents the sync behavior of the corresponding rule
Optional. Defaults to "false" if not specified.
Deprecated
Deprecated, will be removed in 1.14.
type: boolean
required:
- context
Expand Down
2 changes: 1 addition & 1 deletion config/crds/kyverno/kyverno.io_updaterequests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ spec:
description: |-
Synchronize represents the sync behavior of the corresponding rule
Optional. Defaults to "false" if not specified.
Deprecated
Deprecated, will be removed in 1.14.
type: boolean
required:
- context
Expand Down
2 changes: 1 addition & 1 deletion config/install-latest-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41757,7 +41757,7 @@ spec:
description: |-
Synchronize represents the sync behavior of the corresponding rule
Optional. Defaults to "false" if not specified.
Deprecated
Deprecated, will be removed in 1.14.
type: boolean
required:
- context
Expand Down

0 comments on commit be90d84

Please sign in to comment.