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
When creating APIBindings/APIExports it would be great to be able select resources based on labels;
type ResourceSelector struct { Name string `json:"name,omitempty"` Namespace string `json:"namespace,omitempty"` MatchLabels: map[string]string{}, }
So in example we can filter object by labels and act only if users indent to by labels. ,objects
Extend ResourceSelector with labels
No response
The text was updated successfully, but these errors were encountered:
FYI @nrb
Sorry, something went wrong.
Will add this as a task to #1937
No branches or pull requests
Feature Description
When creating APIBindings/APIExports it would be great to be able select resources based on labels;
So in example we can filter object by labels and act only if users indent to by labels. ,objects
Proposed Solution
Extend ResourceSelector with labels
Alternative Solutions
No response
Want to contribute?
Additional Context
No response
The text was updated successfully, but these errors were encountered: