-
Notifications
You must be signed in to change notification settings - Fork 2.8k
service resource attributes #39335
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
service resource attributes #39335
Conversation
@@ -241,6 +245,8 @@ type ExtractionRules struct { | |||
|
|||
Annotations []FieldExtractionRule | |||
Labels []FieldExtractionRule | |||
|
|||
Service bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just Service
can be misleading. Can we use sth more explicit like ServiceAttributes
instead?
@ChrsMark thanks for the review - I replied |
98c5df7
to
4a10785
Compare
4a10785
to
f46e096
Compare
@ChrsMark fixed (the changelog failure is a false positive) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@dmitryax could you also take a look so we can unblock this one? |
5c0bb01
to
d80875d
Compare
90ecd28
to
0a574d1
Compare
second part of #37114