Create a .yaml file with kubeflow version #16
Annotations
10 errors
golangci-lint:
components/odh-notebook-controller/e2e/helper_test.go#L25
SA1019: wait.Poll is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
|
golangci-lint:
components/odh-notebook-controller/e2e/helper_test.go#L61
SA1019: wait.Poll is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
|
golangci-lint:
components/odh-notebook-controller/e2e/helper_test.go#L80
SA1019: wait.Poll is deprecated: This method does not return errors from context, use PollUntilContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
|
golangci-lint:
components/odh-notebook-controller/e2e/notebook_creation_test.go#L142
SA4009: argument err is overwritten before first use (staticcheck)
|
golangci-lint:
components/odh-notebook-controller/e2e/notebook_creation_test.go#L144
SA4009(related information): assignment to err (staticcheck)
|
golangci-lint:
components/odh-notebook-controller/controllers/notebook_controller.go#L121
Error return value of `retry.OnError` is not checked (errcheck)
|
golangci-lint:
components/odh-notebook-controller/controllers/notebook_oauth.go#L193
Error return value of `rand.Read` is not checked (errcheck)
|
golangci-lint:
components/odh-notebook-controller/controllers/suite_test.go#L72
const `timeout` is unused (unused)
|
golangci-lint:
components/odh-notebook-controller/controllers/suite_test.go#L73
const `interval` is unused (unused)
|
golangci-lint:
components/odh-notebook-controller/controllers/notebook_route.go#L47
SA1019: pointer.Int32Ptr is deprecated: Use ptr.To instead. (staticcheck)
|
Loading