Skip to content

Commit

Permalink
RLP CRD v2: WhenConditionOperator only eq and neq
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed May 8, 2023
1 parent 8cff4c0 commit 04d79ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2beta1/ratelimitpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
// +kubebuilder:validation:MaxLength=253
type ContextSelector string

// +kubebuilder:validation:Enum:=eq;neq;incl;excl;matches
// +kubebuilder:validation:Enum:=eq;neq
type WhenConditionOperator string

// +kubebuilder:validation:Enum:=second;minute;hour;day
Expand Down

0 comments on commit 04d79ec

Please sign in to comment.