mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-10 19:27:59 +00:00
10 lines
315 B
Go
10 lines
315 B
Go
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:conversion-gen=github.com/openshift/origin/pkg/authorization/apis/authorization
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +kubebuilder:validation:Optional
|
|
// +groupName=authorization.openshift.io
|
|
// Package v1 is the v1 version of the API.
|
|
package v1
|