mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Selector operator strings should all be lowercase to be consistent with other operators.
This commit is contained in:
parent
9162cde8c8
commit
6b34a2bac6
@ -72,8 +72,8 @@ const (
|
||||
NotEqualsOperator Operator = "!="
|
||||
NotInOperator Operator = "notin"
|
||||
ExistsOperator Operator = "exists"
|
||||
GreaterThanOperator Operator = "Gt"
|
||||
LessThanOperator Operator = "Lt"
|
||||
GreaterThanOperator Operator = "gt"
|
||||
LessThanOperator Operator = "lt"
|
||||
)
|
||||
|
||||
func NewSelector() Selector {
|
||||
|
Loading…
Reference in New Issue
Block a user