mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-03 11:45:45 +00:00
9 lines
296 B
Go
9 lines
296 B
Go
// Copyright 2022-2025 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// +k8s:deepcopy-gen=package
|
|
// +groupName=clientsecret.supervisor.pinniped.dev
|
|
|
|
// Package clientsecret is the internal version of the Pinniped client secret API.
|
|
package clientsecret
|