Skip to content

Generalize label selectors #341

Closed
Closed
@bgrant0607

Description

Right now, our label selectors support conjunctions of exact matches of key-value pairs. We should support conjunctions of:

  • key exists
  • key is in (set of values)
  • key is not in (set of values)

Exact match can be expressed using "is in".

This would allow selectors such as:

service is in (foo),
environment is not in (qa),
stage is in (daily, weekly)

Metadata

Assignees

No one assigned

    Labels

    area/apiIndicates an issue on api area.area/usabilitypriority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions