e7b389ae6c
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
11 lines
265 B
Go
Generated
11 lines
265 B
Go
Generated
/*
|
|
Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
// +k8s:deepcopy-gen=package
|
|
// +groupName=crd.pinniped.dev
|
|
|
|
// Package crdpinniped is the internal version of the Pinniped CRD-based API.
|
|
package crdpinniped
|