Skip to content
New issue

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

Support matching by value #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gcapizzi
Copy link

This adds support for matching labels and annotations with specific values. For example, a label matcher of the format app=kpack-controller will only match a pod with the label app set to kpack-controller. This allows for more precise matching.

In the future we could consider allowing multiple, comma-separated values, for now having multiple entries for multiple values should do.

This adds support for matching labels and annotations with specific
values. For example, a label matcher of the format
`app=kpack-controller` will only match a pod with the label `app` set to
`kpack-controller`. This allows for more precise matching.

In the future we could consider allowing multiple, comma-separated
values, for now having multiple entries for multiple values should do.

Signed-off-by: Giuseppe Capizzi <[email protected]>
@tomkennedy513 tomkennedy513 self-requested a review June 16, 2023 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant