9 lines
251 B
Go
9 lines
251 B
Go
|
// Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// +k8s:deepcopy-gen=package
|
||
|
// +groupName=login.pinniped.dev
|
||
|
|
||
|
// Package login is the internal version of the Pinniped login API.
|
||
|
package login
|