ray-project / kuberay

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

[2/N][Refactor] Run golangci-lint for apiserver #2132

Closed MortalHappiness closed 1 month ago

MortalHappiness commented 1 month ago

Why are these changes needed?

Based on the rules in https://github.com/ray-project/kuberay/pull/2128, run golangci-lint run --fix --exclude-files _generated.go\|datafile.go under the apiserver directory.

Related issue number

N/A

Checks