//go:build !ignore_autogenerated // Code generated by controller-gen. DO NOT EDIT. package v1alpha1 import ( "k8s.io/apimachinery/pkg/apis/meta/v1" runtime "k8s.io/apimachinery/pkg/runtime" ) // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *BarcodeSpec) DeepCopyInto(out *BarcodeSpec) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BarcodeSpec. func (in *BarcodeSpec) DeepCopy() *BarcodeSpec { if in == nil { return nil } out := new(BarcodeSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Client) DeepCopyInto(out *Client) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) in.Status.DeepCopyInto(&out.Status) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Client. func (in *Client) DeepCopy() *Client { if in == nil { return nil } out := new(Client) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *Client) DeepCopyObject() runtime.Object { 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. func (in *ClientCredentials) DeepCopyInto(out *ClientCredentials) { *out = *in if in.ID != nil { in, out := &in.ID, &out.ID *out = make([]byte, len(*in)) copy(*out, *in) } if in.Password != nil { in, out := &in.Password, &out.Password *out = make([]byte, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientCredentials. func (in *ClientCredentials) DeepCopy() *ClientCredentials { if in == nil { return nil } out := new(ClientCredentials) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ClientList) DeepCopyInto(out *ClientList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]Client, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientList. func (in *ClientList) DeepCopy() *ClientList { if in == nil { return nil } out := new(ClientList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *ClientList) DeepCopyObject() runtime.Object { 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. func (in *ClientSpec) DeepCopyInto(out *ClientSpec) { *out = *in if in.GrantTypes != nil { in, out := &in.GrantTypes, &out.GrantTypes *out = make([]string, len(*in)) copy(*out, *in) } if in.ResponseTypes != nil { in, out := &in.ResponseTypes, &out.ResponseTypes *out = make([]string, len(*in)) copy(*out, *in) } if in.ResponseModes != nil { in, out := &in.ResponseModes, &out.ResponseModes *out = make([]string, len(*in)) copy(*out, *in) } if in.RedirectURIs != nil { in, out := &in.RedirectURIs, &out.RedirectURIs *out = make([]string, len(*in)) copy(*out, *in) } if in.Audience != nil { in, out := &in.Audience, &out.Audience *out = make([]string, len(*in)) copy(*out, *in) } if in.Roles != nil { in, out := &in.Roles, &out.Roles *out = make([]string, len(*in)) copy(*out, *in) } if in.PrintBarcodeTypes != nil { in, out := &in.PrintBarcodeTypes, &out.PrintBarcodeTypes *out = make([]string, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientSpec. func (in *ClientSpec) DeepCopy() *ClientSpec { if in == nil { return nil } out := new(ClientSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ClientStatus) DeepCopyInto(out *ClientStatus) { *out = *in if in.Conditions != nil { in, out := &in.Conditions, &out.Conditions *out = make([]v1.Condition, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } out.ReconciliationError = in.ReconciliationError } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientStatus. func (in *ClientStatus) DeepCopy() *ClientStatus { if in == nil { return nil } out := new(ClientStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *EncryptionFields) DeepCopyInto(out *EncryptionFields) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionFields. func (in *EncryptionFields) DeepCopy() *EncryptionFields { if in == nil { return nil } out := new(EncryptionFields) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *OktaFields) DeepCopyInto(out *OktaFields) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OktaFields. func (in *OktaFields) DeepCopy() *OktaFields { if in == nil { return nil } out := new(OktaFields) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *PINSpec) DeepCopyInto(out *PINSpec) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PINSpec. func (in *PINSpec) DeepCopy() *PINSpec { if in == nil { return nil } out := new(PINSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ProfileSpec) DeepCopyInto(out *ProfileSpec) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProfileSpec. func (in *ProfileSpec) DeepCopy() *ProfileSpec { if in == nil { return nil } out := new(ProfileSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Provider) DeepCopyInto(out *Provider) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) in.Status.DeepCopyInto(&out.Status) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Provider. func (in *Provider) DeepCopy() *Provider { if in == nil { return nil } out := new(Provider) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *Provider) DeepCopyObject() runtime.Object { 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. func (in *ProviderList) DeepCopyInto(out *ProviderList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]Provider, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProviderList. func (in *ProviderList) DeepCopy() *ProviderList { if in == nil { return nil } out := new(ProviderList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *ProviderList) DeepCopyObject() runtime.Object { 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. func (in *ProviderSpec) DeepCopyInto(out *ProviderSpec) { *out = *in out.PIN = in.PIN out.Okta = in.Okta out.Encryption = in.Encryption out.Barcode = in.Barcode out.Profile = in.Profile if in.FF != nil { in, out := &in.FF, &out.FF *out = make(map[string]bool, len(*in)) for key, val := range *in { (*out)[key] = val } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProviderSpec. func (in *ProviderSpec) DeepCopy() *ProviderSpec { if in == nil { return nil } out := new(ProviderSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ProviderStatus) DeepCopyInto(out *ProviderStatus) { *out = *in if in.Conditions != nil { in, out := &in.Conditions, &out.Conditions *out = make([]v1.Condition, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProviderStatus. func (in *ProviderStatus) DeepCopy() *ProviderStatus { if in == nil { return nil } out := new(ProviderStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ReconciliationError) DeepCopyInto(out *ReconciliationError) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReconciliationError. func (in *ReconciliationError) DeepCopy() *ReconciliationError { if in == nil { return nil } out := new(ReconciliationError) in.DeepCopyInto(out) return out }