Merge pull request #22749 from madhusudancs/fix-selector-operator-cases
Auto commit by PR queue bot
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user