pkg/apis/common/v1beta1/zz_generated.deepcopy.go (164 lines of code) (raw):

//go:build !ignore_autogenerated // Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one // or more contributor license agreements. Licensed under the Elastic License 2.0; // you may not use this file except in compliance with the Elastic License 2.0. // Code generated by controller-gen. DO NOT EDIT. package v1beta1 import () // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *AssociationConf) DeepCopyInto(out *AssociationConf) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociationConf. func (in *AssociationConf) DeepCopy() *AssociationConf { if in == nil { return nil } out := new(AssociationConf) in.DeepCopyInto(out) return out } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Config. func (in *Config) DeepCopy() *Config { if in == nil { return nil } out := new(Config) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *HTTPConfig) DeepCopyInto(out *HTTPConfig) { *out = *in in.Service.DeepCopyInto(&out.Service) in.TLS.DeepCopyInto(&out.TLS) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPConfig. func (in *HTTPConfig) DeepCopy() *HTTPConfig { if in == nil { return nil } out := new(HTTPConfig) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *KeyToPath) DeepCopyInto(out *KeyToPath) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyToPath. func (in *KeyToPath) DeepCopy() *KeyToPath { if in == nil { return nil } out := new(KeyToPath) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ObjectSelector) DeepCopyInto(out *ObjectSelector) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectSelector. func (in *ObjectSelector) DeepCopy() *ObjectSelector { if in == nil { return nil } out := new(ObjectSelector) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *PodDisruptionBudgetTemplate) DeepCopyInto(out *PodDisruptionBudgetTemplate) { *out = *in in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodDisruptionBudgetTemplate. func (in *PodDisruptionBudgetTemplate) DeepCopy() *PodDisruptionBudgetTemplate { if in == nil { return nil } out := new(PodDisruptionBudgetTemplate) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ReconcilerStatus) DeepCopyInto(out *ReconcilerStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReconcilerStatus. func (in *ReconcilerStatus) DeepCopy() *ReconcilerStatus { if in == nil { return nil } out := new(ReconcilerStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SecretRef) DeepCopyInto(out *SecretRef) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRef. func (in *SecretRef) DeepCopy() *SecretRef { if in == nil { return nil } out := new(SecretRef) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SecretSource) DeepCopyInto(out *SecretSource) { *out = *in if in.Entries != nil { in, out := &in.Entries, &out.Entries *out = make([]KeyToPath, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSource. func (in *SecretSource) DeepCopy() *SecretSource { if in == nil { return nil } out := new(SecretSource) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SelfSignedCertificate) DeepCopyInto(out *SelfSignedCertificate) { *out = *in if in.SubjectAlternativeNames != nil { in, out := &in.SubjectAlternativeNames, &out.SubjectAlternativeNames *out = make([]SubjectAlternativeName, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SelfSignedCertificate. func (in *SelfSignedCertificate) DeepCopy() *SelfSignedCertificate { if in == nil { return nil } out := new(SelfSignedCertificate) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ServiceTemplate) DeepCopyInto(out *ServiceTemplate) { *out = *in in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceTemplate. func (in *ServiceTemplate) DeepCopy() *ServiceTemplate { if in == nil { return nil } out := new(ServiceTemplate) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SubjectAlternativeName) DeepCopyInto(out *SubjectAlternativeName) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubjectAlternativeName. func (in *SubjectAlternativeName) DeepCopy() *SubjectAlternativeName { if in == nil { return nil } out := new(SubjectAlternativeName) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *TLSOptions) DeepCopyInto(out *TLSOptions) { *out = *in if in.SelfSignedCertificate != nil { in, out := &in.SelfSignedCertificate, &out.SelfSignedCertificate *out = new(SelfSignedCertificate) (*in).DeepCopyInto(*out) } out.Certificate = in.Certificate } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TLSOptions. func (in *TLSOptions) DeepCopy() *TLSOptions { if in == nil { return nil } out := new(TLSOptions) in.DeepCopyInto(out) return out }