Making some members Public #841
Unanswered
ollie-kane-CB
asked this question in
Q&A
Replies: 1 comment
|
To provide some specifics here, A filter like this is also useful to get behavior similar to a IngressClassName or a PV storage class. A specific label or indicator can be used to "not watch" for irrelevant changes. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm interested in being able to use existing resources that are tagged with labels as filters. For example, rather than a full blown CRD, often times i want to use something like a TLS secret which are created via a Certificate resource. The ResourceWatcher is almost perfect, the Leader Aware version even better. Sadly, they don't accept label filters as arguments and since they're internal sealed, I can't extend these. If this is something you're open to have, I'd happily author the fork, but it'd be useful to know the desired implementation of such a thing.
All reactions