Add model name generator tags

Signed-off-by: Joe Betz <jpbetz@google.com>

Kubernetes-commit: e910c181cb9a91cd01a73869921ee285377aea61
This commit is contained in:
Joe Betz 2025-09-10 15:52:58 -04:00 committed by Kubernetes Publisher
parent b832948a31
commit e44a71d76e
2 changed files with 2 additions and 0 deletions

View file

@ -19,5 +19,6 @@ limitations under the License.
// +groupName=kubectl.config.k8s.io
// +k8s:conversion-gen=k8s.io/kubectl/pkg/config
// +k8s:defaulter-gen=TypeMeta
// +k8s:openapi-model-package=io.k8s.kubectl.pkg.config.v1alpha1
package v1alpha1 // Package v1alpha1 import "k8s.io/kubectl/pkg/config/v1alpha1"

View file

@ -16,6 +16,7 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +k8s:openapi-gen=true
// +k8s:openapi-model-package=io.k8s.kubectl.pkg.config.v1beta1
// +groupName=kubectl.config.k8s.io
// +k8s:conversion-gen=k8s.io/kubectl/pkg/config
// +k8s:defaulter-gen=TypeMeta