mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-10 19:27:59 +00:00
8 lines
194 B
Go
8 lines
194 B
Go
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +groupName=samples.operator.openshift.io
|
|
// Package v1 ist he v1 version of the API.
|
|
package v1
|