mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 06:15:47 +00:00
13 lines
487 B
Go
13 lines
487 B
Go
// Copyright 2021-2025 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// +k8s:openapi-gen=true
|
|
// +k8s:deepcopy-gen=package
|
|
// +k8s:conversion-gen=go.pinniped.dev/GENERATED_PKG/apis/concierge/identity
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-model-package=dev.pinniped.apis.concierge.identity.v1alpha1
|
|
// +groupName=identity.concierge.pinniped.dev
|
|
|
|
// Package v1alpha1 is the v1alpha1 version of the Pinniped identity API.
|
|
package v1alpha1
|