2020-08-05 20:58:03 +00:00
|
|
|
// +build !ignore_autogenerated
|
|
|
|
|
2021-02-11 15:52:01 +00:00
|
|
|
// Copyright 2020-2021 the Pinniped contributors. All Rights Reserved.
|
2020-09-16 14:19:51 +00:00
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
2020-08-05 20:58:03 +00:00
|
|
|
|
|
|
|
// Code generated by deepcopy-gen. DO NOT EDIT.
|
|
|
|
|
|
|
|
package v1alpha1
|
|
|
|
|
|
|
|
import (
|
|
|
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
|
|
|
)
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
2020-11-02 21:39:43 +00:00
|
|
|
func (in *CredentialIssuer) DeepCopyInto(out *CredentialIssuer) {
|
2020-08-05 20:58:03 +00:00
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
2020-08-22 00:00:42 +00:00
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
2020-08-05 20:58:03 +00:00
|
|
|
return
|
|
|
|
}
|
|
|
|
|
2020-11-02 21:39:43 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredentialIssuer.
|
|
|
|
func (in *CredentialIssuer) DeepCopy() *CredentialIssuer {
|
2020-08-05 20:58:03 +00:00
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
2020-11-02 21:39:43 +00:00
|
|
|
out := new(CredentialIssuer)
|
2020-08-05 20:58:03 +00:00
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
2020-11-02 21:39:43 +00:00
|
|
|
func (in *CredentialIssuer) DeepCopyObject() runtime.Object {
|
2020-08-05 20:58:03 +00:00
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
2021-02-24 16:47:06 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *CredentialIssuerImpersonationProxyInfo) DeepCopyInto(out *CredentialIssuerImpersonationProxyInfo) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredentialIssuerImpersonationProxyInfo.
|
|
|
|
func (in *CredentialIssuerImpersonationProxyInfo) DeepCopy() *CredentialIssuerImpersonationProxyInfo {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(CredentialIssuerImpersonationProxyInfo)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
2020-08-22 00:00:42 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
2020-11-02 21:39:43 +00:00
|
|
|
func (in *CredentialIssuerKubeConfigInfo) DeepCopyInto(out *CredentialIssuerKubeConfigInfo) {
|
2020-08-22 00:00:42 +00:00
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
2020-11-02 21:39:43 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredentialIssuerKubeConfigInfo.
|
|
|
|
func (in *CredentialIssuerKubeConfigInfo) DeepCopy() *CredentialIssuerKubeConfigInfo {
|
2020-08-22 00:00:42 +00:00
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
2020-11-02 21:39:43 +00:00
|
|
|
out := new(CredentialIssuerKubeConfigInfo)
|
2020-08-22 00:00:42 +00:00
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
2020-08-05 20:58:03 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
2020-11-02 21:39:43 +00:00
|
|
|
func (in *CredentialIssuerList) DeepCopyInto(out *CredentialIssuerList) {
|
2020-08-05 20:58:03 +00:00
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
2020-11-02 21:39:43 +00:00
|
|
|
*out = make([]CredentialIssuer, len(*in))
|
2020-08-05 20:58:03 +00:00
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
2020-11-02 21:39:43 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredentialIssuerList.
|
|
|
|
func (in *CredentialIssuerList) DeepCopy() *CredentialIssuerList {
|
2020-08-05 20:58:03 +00:00
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
2020-11-02 21:39:43 +00:00
|
|
|
out := new(CredentialIssuerList)
|
2020-08-05 20:58:03 +00:00
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
2020-11-02 21:39:43 +00:00
|
|
|
func (in *CredentialIssuerList) DeepCopyObject() runtime.Object {
|
2020-08-05 20:58:03 +00:00
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
2020-11-02 21:39:43 +00:00
|
|
|
func (in *CredentialIssuerStatus) DeepCopyInto(out *CredentialIssuerStatus) {
|
2020-08-22 00:00:42 +00:00
|
|
|
*out = *in
|
|
|
|
if in.Strategies != nil {
|
|
|
|
in, out := &in.Strategies, &out.Strategies
|
2020-11-02 21:39:43 +00:00
|
|
|
*out = make([]CredentialIssuerStrategy, len(*in))
|
2020-08-22 00:00:42 +00:00
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.KubeConfigInfo != nil {
|
|
|
|
in, out := &in.KubeConfigInfo, &out.KubeConfigInfo
|
2020-11-02 21:39:43 +00:00
|
|
|
*out = new(CredentialIssuerKubeConfigInfo)
|
2020-08-22 00:00:42 +00:00
|
|
|
**out = **in
|
|
|
|
}
|
2021-02-24 16:47:06 +00:00
|
|
|
if in.ImpersonationProxyInfo != nil {
|
|
|
|
in, out := &in.ImpersonationProxyInfo, &out.ImpersonationProxyInfo
|
|
|
|
*out = new(CredentialIssuerImpersonationProxyInfo)
|
|
|
|
**out = **in
|
|
|
|
}
|
2020-08-22 00:00:42 +00:00
|
|
|
return
|
|
|
|
}
|
|
|
|
|
2020-11-02 21:39:43 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredentialIssuerStatus.
|
|
|
|
func (in *CredentialIssuerStatus) DeepCopy() *CredentialIssuerStatus {
|
2020-08-22 00:00:42 +00:00
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
2020-11-02 21:39:43 +00:00
|
|
|
out := new(CredentialIssuerStatus)
|
2020-08-22 00:00:42 +00:00
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
2020-11-02 21:39:43 +00:00
|
|
|
func (in *CredentialIssuerStrategy) DeepCopyInto(out *CredentialIssuerStrategy) {
|
2020-08-05 20:58:03 +00:00
|
|
|
*out = *in
|
2020-08-22 00:00:42 +00:00
|
|
|
in.LastUpdateTime.DeepCopyInto(&out.LastUpdateTime)
|
2020-08-05 20:58:03 +00:00
|
|
|
return
|
|
|
|
}
|
|
|
|
|
2020-11-02 21:39:43 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredentialIssuerStrategy.
|
|
|
|
func (in *CredentialIssuerStrategy) DeepCopy() *CredentialIssuerStrategy {
|
2020-08-05 20:58:03 +00:00
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
2020-11-02 21:39:43 +00:00
|
|
|
out := new(CredentialIssuerStrategy)
|
2020-08-05 20:58:03 +00:00
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|