2022-06-10 07:55:46 -07: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 14:28:05 -07:00
|
|
|
// +k8s:conversion-gen=go.pinniped.dev/generated/1.24/apis/supervisor/clientsecret
|
2022-06-10 07:55:46 -07:00
|
|
|
// +k8s:defaulter-gen=TypeMeta
|
2022-06-13 14:28:05 -07:00
|
|
|
// +groupName=clientsecret.supervisor.pinniped.dev
|
2022-06-10 07:55:46 -07:00
|
|
|
|
2022-06-13 14:28:05 -07:00
|
|
|
// Package v1alpha1 is the v1alpha1 version of the Pinniped client secret API.
|
2022-06-10 07:55:46 -07:00
|
|
|
package v1alpha1
|