2020-08-24 19:30:02 +00:00
|
|
|
/*
|
|
|
|
Copyright 2020 VMware, Inc.
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +k8s:deepcopy-gen=package
|
|
|
|
// +k8s:conversion-gen=github.com/suzerain-io/pinniped/generated/1.19/apis/pinniped
|
|
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
|
|
// +groupName=pinniped.dev
|
|
|
|
|
2020-08-31 21:06:28 +00:00
|
|
|
// Package v1alpha1 is the v1alpha1 version of the Pinniped aggregated API.
|
2020-08-24 19:30:02 +00:00
|
|
|
package v1alpha1
|