2022-06-09 20:45:21 +00:00
|
|
|
// Copyright 2022 the Pinniped contributors. All Rights Reserved.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +k8s:deepcopy-gen=package
|
2022-06-13 21:28:05 +00:00
|
|
|
// +k8s:conversion-gen=go.pinniped.dev/generated/1.20/apis/supervisor/clientsecret
|
2022-06-09 20:45:21 +00:00
|
|
|
// +k8s:defaulter-gen=TypeMeta
|
2022-06-13 21:28:05 +00:00
|
|
|
// +groupName=clientsecret.supervisor.pinniped.dev
|
2022-06-09 20:45:21 +00:00
|
|
|
|
2022-06-13 21:28:05 +00:00
|
|
|
// Package v1alpha1 is the v1alpha1 version of the Pinniped client secret API.
|
2022-06-09 20:45:21 +00:00
|
|
|
package v1alpha1
|