mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-20 16:14:23 +00:00
10 lines
263 B
Go
10 lines
263 B
Go
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
// +openshift:featuregated-schema-gen=true
|
|
|
|
// +kubebuilder:validation:Optional
|
|
// +groupName=config.openshift.io
|
|
// Package v1 is the v1 version of the API.
|
|
package v1
|