eab5c2b86b
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
9 lines
265 B
Go
9 lines
265 B
Go
// 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
|