mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
Add model name generator tags
Signed-off-by: Joe Betz <jpbetz@google.com> Kubernetes-commit: e910c181cb9a91cd01a73869921ee285377aea61
This commit is contained in:
parent
b832948a31
commit
e44a71d76e
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue