mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-09 18:57:35 +00:00
9 lines
264 B
Go
9 lines
264 B
Go
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:conversion-gen=github.com/openshift/origin/pkg/security/apis/security
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +groupName=security.openshift.io
|
|
// Package v1 is the v1 version of the API.
|
|
package v1
|