-
Notifications
You must be signed in to change notification settings - Fork 105
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
Label decorators should not be limited to ObjectMeta #609
Labels
bug
Something isn't working
Comments
iocanel
added a commit
to iocanel/dekorate
that referenced
this issue
Sep 7, 2020
iocanel
added a commit
that referenced
this issue
Sep 9, 2020
iocanel
added a commit
that referenced
this issue
Sep 9, 2020
iocanel
added a commit
to iocanel/dekorate
that referenced
this issue
Sep 22, 2020
Merged
iocanel
added a commit
to iocanel/dekorate
that referenced
this issue
Sep 22, 2020
iocanel
added a commit
to iocanel/dekorate
that referenced
this issue
Sep 22, 2020
iocanel
added a commit
that referenced
this issue
Sep 22, 2020
iocanel
added a commit
that referenced
this issue
Sep 22, 2020
aureamunoz
pushed a commit
to aureamunoz/dekorate
that referenced
this issue
Dec 4, 2020
aureamunoz
pushed a commit
to aureamunoz/dekorate
that referenced
this issue
Dec 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently our label decorators only work on ObjectMeta.
However, this is not a complete solution as labels are referenced in selectors too.
So, we should optionally control labels on those resources too.
An option would be to provide
AddSelectorLabelDecorator
andRemoveSelectorLabelDecorator
that will act on any named resource and either delegate to specialized decorators or handle all cases internally.An example case where this is causing issues: quarkusio/quarkus#11661
The text was updated successfully, but these errors were encountered: