add utils ut #13660
Annotations
8 errors
Build:
pkg/util/k8s_test.go#L260
unnecessary trailing newline (whitespace)
|
Build:
pkg/util/k8s_test.go#L343
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.NodeInterface).Create` is not checked (errcheck)
|
Build:
pkg/util/k8s_test.go#L350
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Build:
pkg/util/k8s_test.go#L386
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.NodeInterface).Create` is not checked (errcheck)
|
Build:
pkg/util/k8s_test.go#L393
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Build:
pkg/util/k8s_test.go#L420
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.NodeInterface).Create` is not checked (errcheck)
|
Build:
pkg/util/k8s_test.go#L427
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Build
Process completed with exit code 2.
|
Loading