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