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
As "an API user" I want "to filter resources by labels" So that "i can manage my resources more efficiently"
Label selectors are currently not supported but should be pretty easy to implement.
control-api/apiserver/secretstorage/storage.go
Lines 161 to 169 in 72c593a
No response
kubectl get -l blub=blob
Hash labels and add them to the secret. On list and watch calls hash the label and pass them to the backing secret list and watch.
list
watch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
As "an API user"
I want "to filter resources by labels"
So that "i can manage my resources more efficiently"
Context
Label selectors are currently not supported but should be pretty easy to implement.
control-api/apiserver/secretstorage/storage.go
Lines 161 to 169 in 72c593a
Out of Scope
No response
Further links
No response
Acceptance Criteria
kubectl get -l blub=blob
worksImplementation Ideas
Hash labels and add them to the secret. On
list
andwatch
calls hash the label and pass them to the backing secretlist
andwatch
.The text was updated successfully, but these errors were encountered: