9e1922f1ed
Signed-off-by: Matt Moyer <moyerm@vmware.com>
9 lines
282 B
Go
Generated
9 lines
282 B
Go
Generated
// Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// +k8s:deepcopy-gen=package
|
|
// +groupName=config.concierge.pinniped.dev
|
|
|
|
// Package config is the internal version of the Pinniped concierge configuration API.
|
|
package config
|