mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-01 22:30:21 +00:00
When running ./hack/verify-import-aliases.sh locally, the following error happened: $ ./hack/verify-import-aliases.sh checking-imports: ERROR wrong alias for import "k8s.io/api/node/v1beta1" should be nodev1beta1 in file test/e2e/node/runtimeclass.go test/e2e_node/system/specs exit status 1 This fixes it.