-
Notifications
You must be signed in to change notification settings - Fork 3k
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
api/hubble: Explicitly mark unused fields as reserved #13809
Conversation
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.
💯
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.
🚀
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.
very cool. TIL.
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.
Not sure about why these are unused, but the change looks sound. 👍
test-me-please |
All of these fields were used in older versions of the Hubble API. To avoid accidental re-use, this commit explicitly mark these fields as reserved. Signed-off-by: Sebastian Wicki <[email protected]>
bbd0846
to
3d19d64
Compare
Rebased on master to avoid issues in CI due to the container registry rate limitting. |
test-me-please |
All of these fields were used in older versions of the Hubble API. To
avoid accidental re-use, this commit explicitly mark these fields as
reserved.