K8s: Fix hack/update-codegen (#91867)

This commit is contained in:
Todd Treece
2024-08-14 01:17:05 -04:00
committed by GitHub
parent e90b272299
commit dacf11b048
36 changed files with 296 additions and 670 deletions

View File

@ -3,5 +3,5 @@ package hack
// this ensures that code-generator is available in the go.mod file,
// which is a dependency of the ./update-codegen.sh script.
import (
_ "k8s.io/code-generator/pkg/util"
_ "k8s.io/code-generator/cmd/client-gen/generators"
)