-
Notifications
You must be signed in to change notification settings - Fork 1.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
public-api/viz split 1/8: a couple more protobuf changes #5553
Conversation
- Moved `healthcheck.proto` back from viz to `proto/common` as it remains being used by the main `healthcheck.go` library (it was moved to viz by #5510). - Extracted from `viz.proto` the IP-related types and put them in `/controller/gen/common/net` to be used by both the public and the viz APIs.
This is based on the branch `alpeb/api-move` from #5553 The underlying go code for this will be pushed in a followup PR.
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, 👍 on moving the IP types to a common pkg
As far as I can tell, the only place that I think |
I figured the easiest would be to tackle the SelfCheck API refactoring separately, so I raised #5575 detailing the changes. |
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.
👍
Closing in favor of #5560 which will aggregate all these changes. |
healthcheck.proto
back from viz toproto/common
as it remains being used by the mainhealthcheck.go
library (it was moved to viz by Separate observability API #5510).viz.proto
the IP-related types and put them in/controller/gen/common/net
to be used by both the public and the viz APIs.