Fix model names

This commit is contained in:
Joe Betz 2026-05-07 16:20:20 -04:00
parent cc82d8b02a
commit 2eb4fbd60b
No known key found for this signature in database
GPG key ID: 1E2BA7FEB91911CB
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
// +k8s:deepcopy-gen=package
// +groupName=example.k8s.io
// +groupName=example.apiserver.k8s.io
// package example contains an example API used to demonstrate how to create api groups. Moreover, this is
// used within tests.

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
// +k8s:deepcopy-gen=package
// +groupName=example2.k8s.io
// +groupName=example2.apiserver.k8s.io
//
// package example2 contains an example API whose internal version is defined in
// another group ("example"). This happens if a type is moved to a different

View file

@ -17,6 +17,7 @@ limitations under the License.
// +k8s:deepcopy-gen=package
// +k8s:openapi-gen=true
// +groupName=samplecontroller.k8s.io
// +k8s:openapi-model-package=io.k8s.sample-controller.pkg.apis.samplecontroller.v1alpha1
// Package v1alpha1 is the v1alpha1 version of the API.
package v1alpha1