We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following operators currently exist:
vendor/k8s.io/apimachinery/pkg/selection/operator.go: DoesNotExist Operator = "!" vendor/k8s.io/apimachinery/pkg/selection/operator.go: Equals Operator = "=" vendor/k8s.io/apimachinery/pkg/selection/operator.go: DoubleEquals Operator = "==" vendor/k8s.io/apimachinery/pkg/selection/operator.go: In Operator = "in" vendor/k8s.io/apimachinery/pkg/selection/operator.go: NotEquals Operator = "!=" vendor/k8s.io/apimachinery/pkg/selection/operator.go: NotIn Operator = "notin" vendor/k8s.io/apimachinery/pkg/selection/operator.go: Exists Operator = "exists" vendor/k8s.io/apimachinery/pkg/selection/operator.go: GreaterThan Operator = "gt" vendor/k8s.io/apimachinery/pkg/selection/operator.go: LessThan Operator = "lt"
Is it possible to add Greater or Equal and Less or Equal, i.e., Ge and Le, respectively?
Ge
Le
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following operators currently exist:
Is it possible to add Greater or Equal and Less or Equal, i.e.,
Ge
andLe
, respectively?The text was updated successfully, but these errors were encountered: