mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-19 22:44:18 +00:00
11 lines
222 B
Go
11 lines
222 B
Go
/*
|
|
Copyright 2020 VMware, Inc.
|
|
SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
// +k8s:deepcopy-gen=package
|
|
// +groupName=idp.pinniped.dev
|
|
|
|
// Package idp is the internal version of the Pinniped identity provider API.
|
|
package idp
|