f501c76acc
Also: - Make our code generator script work with Go 1.17 - Make our update.sh script work on linux - Update the patch versions of the old Kube versions that we were using to generate code (see kube-versions.txt) - Use our container images from ghcr instead of projects.registry.vmware.com for codegen purposes - Make it easier to debug in the future by passing "-v" to the Kube codegen scripts - Updated copyright years to make commit checks pass
12 lines
402 B
Go
12 lines
402 B
Go
// Copyright 2020-2022 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/login
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +groupName=login.concierge.pinniped.dev
|
|
|
|
// Package v1alpha1 is the v1alpha1 version of the Pinniped login API.
|
|
package v1alpha1
|