chore(sample-controller): generate zz_generated.register.go

Kubernetes-commit: 65818671565270f219a1e74491535a529b54f300
This commit is contained in:
wangxiang
2025-09-16 20:04:54 +08:00
committed by Kubernetes Publisher
parent a8896aaa29
commit 56ddcd476d
4 changed files with 76 additions and 56 deletions

View File

@@ -53,3 +53,7 @@ kube::codegen::gen_client \
--output-pkg "${THIS_PKG}/pkg/generated" \
--boilerplate "${SCRIPT_ROOT}/hack/boilerplate.go.txt" \
"${SCRIPT_ROOT}/pkg/apis"
kube::codegen::gen_register \
--boilerplate "${SCRIPT_ROOT}/hack/boilerplate.go.txt" \
"${SCRIPT_ROOT}/pkg/apis"