Skip to content

Support matchExpressions for selector #62

@tvandinther

Description

@tvandinther

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 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions