ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
974 stars 330 forks source link

[Style] Fix golangci-lint rule: govet #2144

Closed MortalHappiness closed 1 week ago

MortalHappiness commented 1 month ago

Why are these changes needed?

Based on https://github.com/ray-project/kuberay/pull/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

MortalHappiness commented 1 month ago

This PR updates xxxx_types.go. Hence, you need to regenerate CRD again.

Done. I've run make sync and make generate.