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
|