Skip to content

Commit

Permalink
fix: removed validator (#1646)
Browse files Browse the repository at this point in the history
Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>
  • Loading branch information
RinkiyaKeDad committed Feb 26, 2021
1 parent 86879bd commit da8e449
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions charts/kyverno/crds/crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -431,7 +430,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -1582,7 +1580,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -1613,7 +1610,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down
2 changes: 0 additions & 2 deletions definitions/crds/kyverno.io_clusterpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of
values. The values can be fixed set or can be variables
Expand Down Expand Up @@ -644,7 +643,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or
set of values. The values can be fixed set or
Expand Down
2 changes: 0 additions & 2 deletions definitions/crds/kyverno.io_policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of
values. The values can be fixed set or can be variables
Expand Down Expand Up @@ -645,7 +644,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or
set of values. The values can be fixed set or
Expand Down
4 changes: 0 additions & 4 deletions definitions/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -436,7 +435,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -1587,7 +1585,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -1618,7 +1615,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down
4 changes: 0 additions & 4 deletions definitions/install_debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -436,7 +435,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -1587,7 +1585,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down Expand Up @@ -1618,7 +1615,6 @@ spec:
- In
- NotIn
type: string
x-kubernetes-preserve-unknown-fields: true
value:
description: Value is the conditional value, or set of values. The values can be fixed set or can be variables declared using using JMESPath.
x-kubernetes-preserve-unknown-fields: true
Expand Down
1 change: 0 additions & 1 deletion pkg/api/kyverno/v1/policy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ type Condition struct {

// Operator is the operation to perform. Valid operators
// are Equals, NotEquals, In and NotIn.
// +kubebuilder:validation:XPreserveUnknownFields
Operator ConditionOperator `json:"operator,omitempty" yaml:"operator,omitempty"`

// Value is the conditional value, or set of values. The values can be fixed set
Expand Down

0 comments on commit da8e449

Please sign in to comment.