We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eventHook
1 parent 706f577 commit 95cde2eCopy full SHA for 95cde2e
api/v1beta1/policyautomation_types.go
@@ -68,7 +68,7 @@ type PolicyAutomationSpec struct {
68
// "noncompliant".
69
//
70
// +kubebuilder:validation:Enum={noncompliant}
71
- // +kubebuilder:validation:Required
+ // +kubebuilder:default=noncompliant
72
EventHook string `json:"eventHook,omitempty"`
73
74
// RescanAfter is reserved for future use and should not be set.
deploy/crds/policy.open-cluster-management.io_policyautomations.yaml
@@ -91,6 +91,7 @@ spec:
91
minimum: 0
92
type: integer
93
eventHook:
94
+ default: noncompliant
95
description: >-
96
EventHook specifies the compliance state that initiates automation. This must be set to
97
"noncompliant".
@@ -116,7 +117,6 @@ spec:
116
117
type: string
118
required:
119
- automationDef
- - eventHook
120
- mode
121
- policyRef
122
type: object
0 commit comments