pkg/apis/common/v1/zz_generated.deepcopy.go (276 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 v1 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 } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in AssociationStatusMap) DeepCopyInto(out *AssociationStatusMap) { { in := &in *out = make(AssociationStatusMap, len(*in)) for key, val := range *in { (*out)[key] = val } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociationStatusMap. func (in AssociationStatusMap) DeepCopy() AssociationStatusMap { if in == nil { return nil } out := new(AssociationStatusMap) 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 *ConfigMapRef) DeepCopyInto(out *ConfigMapRef) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapRef. func (in *ConfigMapRef) DeepCopy() *ConfigMapRef { if in == nil { return nil } out := new(ConfigMapRef) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ConfigSource) DeepCopyInto(out *ConfigSource) { *out = *in out.SecretRef = in.SecretRef } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigSource. func (in *ConfigSource) DeepCopy() *ConfigSource { if in == nil { return nil } out := new(ConfigSource) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DeploymentStatus) DeepCopyInto(out *DeploymentStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentStatus. func (in *DeploymentStatus) DeepCopy() *DeploymentStatus { if in == nil { return nil } out := new(DeploymentStatus) 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 *LocalObjectSelector) DeepCopyInto(out *LocalObjectSelector) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalObjectSelector. func (in *LocalObjectSelector) DeepCopy() *LocalObjectSelector { if in == nil { return nil } out := new(LocalObjectSelector) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *LogsMonitoring) DeepCopyInto(out *LogsMonitoring) { *out = *in if in.ElasticsearchRefs != nil { in, out := &in.ElasticsearchRefs, &out.ElasticsearchRefs *out = make([]ObjectSelector, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogsMonitoring. func (in *LogsMonitoring) DeepCopy() *LogsMonitoring { if in == nil { return nil } out := new(LogsMonitoring) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *MetricsMonitoring) DeepCopyInto(out *MetricsMonitoring) { *out = *in if in.ElasticsearchRefs != nil { in, out := &in.ElasticsearchRefs, &out.ElasticsearchRefs *out = make([]ObjectSelector, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricsMonitoring. func (in *MetricsMonitoring) DeepCopy() *MetricsMonitoring { if in == nil { return nil } out := new(MetricsMonitoring) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Monitoring) DeepCopyInto(out *Monitoring) { *out = *in in.Metrics.DeepCopyInto(&out.Metrics) in.Logs.DeepCopyInto(&out.Logs) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Monitoring. func (in *Monitoring) DeepCopy() *Monitoring { if in == nil { return nil } out := new(Monitoring) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *NamespacedSecretSource) DeepCopyInto(out *NamespacedSecretSource) { *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 NamespacedSecretSource. func (in *NamespacedSecretSource) DeepCopy() *NamespacedSecretSource { if in == nil { return nil } out := new(NamespacedSecretSource) 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 *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 }