-
Notifications
You must be signed in to change notification settings - Fork 403
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
[Style] Fix golangci-lint rule: govet #2144
[Style] Fix golangci-lint rule: govet #2144
Conversation
06d4719
to
54a2277
Compare
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.
This PR updates xxxx_types.go
. Hence, you need to regenerate CRD again.
54a2277
to
322d5c5
Compare
Done. I've run |
322d5c5
to
9b32323
Compare
9b32323
to
3efe853
Compare
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
3efe853
to
e0d6026
Compare
// Deprecated: This field is not used anymore. ref: https://github.com/ray-project/kuberay/issues/1685 | ||
ServiceUnhealthySecondThreshold *int32 `json:"serviceUnhealthySecondThreshold,omitempty"` | ||
// Deprecated: This field is not used anymore. ref: https://github.com/ray-project/kuberay/issues/1685 | ||
DeploymentUnhealthySecondThreshold *int32 `json:"deploymentUnhealthySecondThreshold,omitempty"` | ||
// ServeService is the Kubernetes service for head node and worker nodes who have healthy http proxy to serve traffics. | ||
ServeService *corev1.Service `json:"serveService,omitempty"` | ||
// Important: Run "make" to regenerate code after modifying this file |
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.
Maybe we can delete this line?
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.
Let's merge this PR for now. We can address this comment in any follow up PR.
Why are these changes needed?
Based on #2128, there are some rules that need manual fixing. This PR fixes the rule:
govet
See https://golangci-lint.run/usage/linters/ for details.
Related issue number
N/A
Checks