mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Fix model names
This commit is contained in:
parent
cc82d8b02a
commit
2eb4fbd60b
3 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue