generated from crossplane/function-template-go
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem are you facing?
I want to select based on the existence of a label regardless of its value.
How could this Function help solve your problem?
Offer a the standard matchExpressions selector API common to Kubernetes.
matchExpressions:
- { key: tier, operator: In, values: [cache] }
- { key: environment, operator: NotIn, values: [dev] }
- { key: environment, operator: Exists }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request