// +build !ignore_autogenerated /* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ // Code generated by controller-gen. DO NOT EDIT. package v2 import ( corev1 "k8s.io/api/core/v1" "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 *BasicAuth) DeepCopyInto(out *BasicAuth) { *out = *in if in.Password != nil { in, out := &in.Password, &out.Password *out = new(SecretKeySelector) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BasicAuth. func (in *BasicAuth) DeepCopy() *BasicAuth { if in == nil { return nil } out := new(BasicAuth) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ClientCertificate) DeepCopyInto(out *ClientCertificate) { *out = *in if in.Cert != nil { in, out := &in.Cert, &out.Cert *out = new(SecretKeySelector) **out = **in } if in.Key != nil { in, out := &in.Key, &out.Key *out = new(SecretKeySelector) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientCertificate. func (in *ClientCertificate) DeepCopy() *ClientCertificate { if in == nil { return nil } out := new(ClientCertificate) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkApplicationConfig) DeepCopyInto(out *DingTalkApplicationConfig) { *out = *in if in.AppKey != nil { in, out := &in.AppKey, &out.AppKey *out = new(SecretKeySelector) **out = **in } if in.AppSecret != nil { in, out := &in.AppSecret, &out.AppSecret *out = new(SecretKeySelector) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkApplicationConfig. func (in *DingTalkApplicationConfig) DeepCopy() *DingTalkApplicationConfig { if in == nil { return nil } out := new(DingTalkApplicationConfig) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkChatBot) DeepCopyInto(out *DingTalkChatBot) { *out = *in if in.Webhook != nil { in, out := &in.Webhook, &out.Webhook *out = new(SecretKeySelector) **out = **in } if in.Keywords != nil { in, out := &in.Keywords, &out.Keywords *out = make([]string, len(*in)) copy(*out, *in) } if in.Secret != nil { in, out := &in.Secret, &out.Secret *out = new(SecretKeySelector) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkChatBot. func (in *DingTalkChatBot) DeepCopy() *DingTalkChatBot { if in == nil { return nil } out := new(DingTalkChatBot) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkConfig) DeepCopyInto(out *DingTalkConfig) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkConfig. func (in *DingTalkConfig) DeepCopy() *DingTalkConfig { if in == nil { return nil } out := new(DingTalkConfig) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DingTalkConfig) 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 *DingTalkConfigList) DeepCopyInto(out *DingTalkConfigList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DingTalkConfig, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkConfigList. func (in *DingTalkConfigList) DeepCopy() *DingTalkConfigList { if in == nil { return nil } out := new(DingTalkConfigList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DingTalkConfigList) 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 *DingTalkConfigSpec) DeepCopyInto(out *DingTalkConfigSpec) { *out = *in if in.Conversation != nil { in, out := &in.Conversation, &out.Conversation *out = new(DingTalkApplicationConfig) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkConfigSpec. func (in *DingTalkConfigSpec) DeepCopy() *DingTalkConfigSpec { if in == nil { return nil } out := new(DingTalkConfigSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkConfigStatus) DeepCopyInto(out *DingTalkConfigStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkConfigStatus. func (in *DingTalkConfigStatus) DeepCopy() *DingTalkConfigStatus { if in == nil { return nil } out := new(DingTalkConfigStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkConversation) DeepCopyInto(out *DingTalkConversation) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkConversation. func (in *DingTalkConversation) DeepCopy() *DingTalkConversation { if in == nil { return nil } out := new(DingTalkConversation) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkOptions) DeepCopyInto(out *DingTalkOptions) { *out = *in if in.NotificationTimeout != nil { in, out := &in.NotificationTimeout, &out.NotificationTimeout *out = new(int32) **out = **in } if in.ChatBotThrottle != nil { in, out := &in.ChatBotThrottle, &out.ChatBotThrottle *out = new(Throttle) **out = **in } if in.ConversationThrottle != nil { in, out := &in.ConversationThrottle, &out.ConversationThrottle *out = new(Throttle) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkOptions. func (in *DingTalkOptions) DeepCopy() *DingTalkOptions { if in == nil { return nil } out := new(DingTalkOptions) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkReceiver) DeepCopyInto(out *DingTalkReceiver) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkReceiver. func (in *DingTalkReceiver) DeepCopy() *DingTalkReceiver { if in == nil { return nil } out := new(DingTalkReceiver) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DingTalkReceiver) 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 *DingTalkReceiverList) DeepCopyInto(out *DingTalkReceiverList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DingTalkReceiver, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkReceiverList. func (in *DingTalkReceiverList) DeepCopy() *DingTalkReceiverList { if in == nil { return nil } out := new(DingTalkReceiverList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DingTalkReceiverList) 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 *DingTalkReceiverSpec) DeepCopyInto(out *DingTalkReceiverSpec) { *out = *in if in.DingTalkConfigSelector != nil { in, out := &in.DingTalkConfigSelector, &out.DingTalkConfigSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.AlertSelector != nil { in, out := &in.AlertSelector, &out.AlertSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.ChatBot != nil { in, out := &in.ChatBot, &out.ChatBot *out = new(DingTalkChatBot) (*in).DeepCopyInto(*out) } if in.Conversation != nil { in, out := &in.Conversation, &out.Conversation *out = new(DingTalkConversation) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkReceiverSpec. func (in *DingTalkReceiverSpec) DeepCopy() *DingTalkReceiverSpec { if in == nil { return nil } out := new(DingTalkReceiverSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DingTalkReceiverStatus) DeepCopyInto(out *DingTalkReceiverStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DingTalkReceiverStatus. func (in *DingTalkReceiverStatus) DeepCopy() *DingTalkReceiverStatus { if in == nil { return nil } out := new(DingTalkReceiverStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *EmailConfig) DeepCopyInto(out *EmailConfig) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailConfig. func (in *EmailConfig) DeepCopy() *EmailConfig { if in == nil { return nil } out := new(EmailConfig) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *EmailConfig) 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 *EmailConfigList) DeepCopyInto(out *EmailConfigList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]EmailConfig, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailConfigList. func (in *EmailConfigList) DeepCopy() *EmailConfigList { if in == nil { return nil } out := new(EmailConfigList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *EmailConfigList) 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 *EmailConfigSpec) DeepCopyInto(out *EmailConfigSpec) { *out = *in out.SmartHost = in.SmartHost if in.Hello != nil { in, out := &in.Hello, &out.Hello *out = new(string) **out = **in } if in.AuthUsername != nil { in, out := &in.AuthUsername, &out.AuthUsername *out = new(string) **out = **in } if in.AuthIdentify != nil { in, out := &in.AuthIdentify, &out.AuthIdentify *out = new(string) **out = **in } if in.AuthPassword != nil { in, out := &in.AuthPassword, &out.AuthPassword *out = new(SecretKeySelector) **out = **in } if in.AuthSecret != nil { in, out := &in.AuthSecret, &out.AuthSecret *out = new(SecretKeySelector) **out = **in } if in.RequireTLS != nil { in, out := &in.RequireTLS, &out.RequireTLS *out = new(bool) **out = **in } if in.TLS != nil { in, out := &in.TLS, &out.TLS *out = new(TLSConfig) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailConfigSpec. func (in *EmailConfigSpec) DeepCopy() *EmailConfigSpec { if in == nil { return nil } out := new(EmailConfigSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *EmailConfigStatus) DeepCopyInto(out *EmailConfigStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailConfigStatus. func (in *EmailConfigStatus) DeepCopy() *EmailConfigStatus { if in == nil { return nil } out := new(EmailConfigStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *EmailOptions) DeepCopyInto(out *EmailOptions) { *out = *in if in.NotificationTimeout != nil { in, out := &in.NotificationTimeout, &out.NotificationTimeout *out = new(int32) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailOptions. func (in *EmailOptions) DeepCopy() *EmailOptions { if in == nil { return nil } out := new(EmailOptions) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *EmailReceiver) DeepCopyInto(out *EmailReceiver) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailReceiver. func (in *EmailReceiver) DeepCopy() *EmailReceiver { if in == nil { return nil } out := new(EmailReceiver) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *EmailReceiver) 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 *EmailReceiverList) DeepCopyInto(out *EmailReceiverList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]EmailReceiver, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailReceiverList. func (in *EmailReceiverList) DeepCopy() *EmailReceiverList { if in == nil { return nil } out := new(EmailReceiverList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *EmailReceiverList) 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 *EmailReceiverSpec) DeepCopyInto(out *EmailReceiverSpec) { *out = *in if in.To != nil { in, out := &in.To, &out.To *out = make([]string, len(*in)) copy(*out, *in) } if in.EmailConfigSelector != nil { in, out := &in.EmailConfigSelector, &out.EmailConfigSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.AlertSelector != nil { in, out := &in.AlertSelector, &out.AlertSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailReceiverSpec. func (in *EmailReceiverSpec) DeepCopy() *EmailReceiverSpec { if in == nil { return nil } out := new(EmailReceiverSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *EmailReceiverStatus) DeepCopyInto(out *EmailReceiverStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmailReceiverStatus. func (in *EmailReceiverStatus) DeepCopy() *EmailReceiverStatus { if in == nil { return nil } out := new(EmailReceiverStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *GlobalOptions) DeepCopyInto(out *GlobalOptions) { *out = *in if in.TemplateFiles != nil { in, out := &in.TemplateFiles, &out.TemplateFiles *out = make([]string, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalOptions. func (in *GlobalOptions) DeepCopy() *GlobalOptions { if in == nil { return nil } out := new(GlobalOptions) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *HTTPClientConfig) DeepCopyInto(out *HTTPClientConfig) { *out = *in if in.BasicAuth != nil { in, out := &in.BasicAuth, &out.BasicAuth *out = new(BasicAuth) (*in).DeepCopyInto(*out) } if in.BearerToken != nil { in, out := &in.BearerToken, &out.BearerToken *out = new(SecretKeySelector) **out = **in } if in.TLSConfig != nil { in, out := &in.TLSConfig, &out.TLSConfig *out = new(TLSConfig) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPClientConfig. func (in *HTTPClientConfig) DeepCopy() *HTTPClientConfig { if in == nil { return nil } out := new(HTTPClientConfig) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *HostPort) DeepCopyInto(out *HostPort) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostPort. func (in *HostPort) DeepCopy() *HostPort { if in == nil { return nil } out := new(HostPort) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *NotificationManager) DeepCopyInto(out *NotificationManager) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationManager. func (in *NotificationManager) DeepCopy() *NotificationManager { if in == nil { return nil } out := new(NotificationManager) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *NotificationManager) 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 *NotificationManagerList) DeepCopyInto(out *NotificationManagerList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]NotificationManager, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationManagerList. func (in *NotificationManagerList) DeepCopy() *NotificationManagerList { if in == nil { return nil } out := new(NotificationManagerList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *NotificationManagerList) 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 *NotificationManagerSpec) DeepCopyInto(out *NotificationManagerSpec) { *out = *in in.Resources.DeepCopyInto(&out.Resources) if in.Image != nil { in, out := &in.Image, &out.Image *out = new(string) **out = **in } if in.ImagePullPolicy != nil { in, out := &in.ImagePullPolicy, &out.ImagePullPolicy *out = new(corev1.PullPolicy) **out = **in } if in.Replicas != nil { in, out := &in.Replicas, &out.Replicas *out = new(int32) **out = **in } if in.NodeSelector != nil { in, out := &in.NodeSelector, &out.NodeSelector *out = make(map[string]string, len(*in)) for key, val := range *in { (*out)[key] = val } } if in.Affinity != nil { in, out := &in.Affinity, &out.Affinity *out = new(corev1.Affinity) (*in).DeepCopyInto(*out) } if in.Tolerations != nil { in, out := &in.Tolerations, &out.Tolerations *out = make([]corev1.Toleration, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } if in.DefaultConfigSelector != nil { in, out := &in.DefaultConfigSelector, &out.DefaultConfigSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.Receivers != nil { in, out := &in.Receivers, &out.Receivers *out = new(ReceiversSpec) (*in).DeepCopyInto(*out) } if in.Volumes != nil { in, out := &in.Volumes, &out.Volumes *out = make([]corev1.Volume, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } if in.VolumeMounts != nil { in, out := &in.VolumeMounts, &out.VolumeMounts *out = make([]corev1.VolumeMount, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } if in.Args != nil { in, out := &in.Args, &out.Args *out = make([]string, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationManagerSpec. func (in *NotificationManagerSpec) DeepCopy() *NotificationManagerSpec { if in == nil { return nil } out := new(NotificationManagerSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *NotificationManagerStatus) DeepCopyInto(out *NotificationManagerStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NotificationManagerStatus. func (in *NotificationManagerStatus) DeepCopy() *NotificationManagerStatus { if in == nil { return nil } out := new(NotificationManagerStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Options) DeepCopyInto(out *Options) { *out = *in if in.Global != nil { in, out := &in.Global, &out.Global *out = new(GlobalOptions) (*in).DeepCopyInto(*out) } if in.Email != nil { in, out := &in.Email, &out.Email *out = new(EmailOptions) (*in).DeepCopyInto(*out) } if in.Wechat != nil { in, out := &in.Wechat, &out.Wechat *out = new(WechatOptions) (*in).DeepCopyInto(*out) } if in.Slack != nil { in, out := &in.Slack, &out.Slack *out = new(SlackOptions) (*in).DeepCopyInto(*out) } if in.Webhook != nil { in, out := &in.Webhook, &out.Webhook *out = new(WebhookOptions) (*in).DeepCopyInto(*out) } if in.DingTalk != nil { in, out := &in.DingTalk, &out.DingTalk *out = new(DingTalkOptions) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Options. func (in *Options) DeepCopy() *Options { if in == nil { return nil } out := new(Options) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ReceiversSpec) DeepCopyInto(out *ReceiversSpec) { *out = *in if in.GlobalReceiverSelector != nil { in, out := &in.GlobalReceiverSelector, &out.GlobalReceiverSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.TenantReceiverSelector != nil { in, out := &in.TenantReceiverSelector, &out.TenantReceiverSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.Options != nil { in, out := &in.Options, &out.Options *out = new(Options) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReceiversSpec. func (in *ReceiversSpec) DeepCopy() *ReceiversSpec { if in == nil { return nil } out := new(ReceiversSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SecretKeySelector) DeepCopyInto(out *SecretKeySelector) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretKeySelector. func (in *SecretKeySelector) DeepCopy() *SecretKeySelector { if in == nil { return nil } out := new(SecretKeySelector) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ServiceReference) DeepCopyInto(out *ServiceReference) { *out = *in if in.Path != nil { in, out := &in.Path, &out.Path *out = new(string) **out = **in } if in.Port != nil { in, out := &in.Port, &out.Port *out = new(int32) **out = **in } if in.Scheme != nil { in, out := &in.Scheme, &out.Scheme *out = new(string) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceReference. func (in *ServiceReference) DeepCopy() *ServiceReference { if in == nil { return nil } out := new(ServiceReference) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SlackConfig) DeepCopyInto(out *SlackConfig) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackConfig. func (in *SlackConfig) DeepCopy() *SlackConfig { if in == nil { return nil } out := new(SlackConfig) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *SlackConfig) 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 *SlackConfigList) DeepCopyInto(out *SlackConfigList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]SlackConfig, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackConfigList. func (in *SlackConfigList) DeepCopy() *SlackConfigList { if in == nil { return nil } out := new(SlackConfigList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *SlackConfigList) 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 *SlackConfigSpec) DeepCopyInto(out *SlackConfigSpec) { *out = *in if in.SlackTokenSecret != nil { in, out := &in.SlackTokenSecret, &out.SlackTokenSecret *out = new(SecretKeySelector) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackConfigSpec. func (in *SlackConfigSpec) DeepCopy() *SlackConfigSpec { if in == nil { return nil } out := new(SlackConfigSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SlackConfigStatus) DeepCopyInto(out *SlackConfigStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackConfigStatus. func (in *SlackConfigStatus) DeepCopy() *SlackConfigStatus { if in == nil { return nil } out := new(SlackConfigStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SlackOptions) DeepCopyInto(out *SlackOptions) { *out = *in if in.NotificationTimeout != nil { in, out := &in.NotificationTimeout, &out.NotificationTimeout *out = new(int32) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackOptions. func (in *SlackOptions) DeepCopy() *SlackOptions { if in == nil { return nil } out := new(SlackOptions) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SlackReceiver) DeepCopyInto(out *SlackReceiver) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackReceiver. func (in *SlackReceiver) DeepCopy() *SlackReceiver { if in == nil { return nil } out := new(SlackReceiver) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *SlackReceiver) 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 *SlackReceiverList) DeepCopyInto(out *SlackReceiverList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]SlackReceiver, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackReceiverList. func (in *SlackReceiverList) DeepCopy() *SlackReceiverList { if in == nil { return nil } out := new(SlackReceiverList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *SlackReceiverList) 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 *SlackReceiverSpec) DeepCopyInto(out *SlackReceiverSpec) { *out = *in if in.SlackConfigSelector != nil { in, out := &in.SlackConfigSelector, &out.SlackConfigSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.AlertSelector != nil { in, out := &in.AlertSelector, &out.AlertSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackReceiverSpec. func (in *SlackReceiverSpec) DeepCopy() *SlackReceiverSpec { if in == nil { return nil } out := new(SlackReceiverSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SlackReceiverStatus) DeepCopyInto(out *SlackReceiverStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SlackReceiverStatus. func (in *SlackReceiverStatus) DeepCopy() *SlackReceiverStatus { if in == nil { return nil } out := new(SlackReceiverStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *TLSConfig) DeepCopyInto(out *TLSConfig) { *out = *in if in.RootCA != nil { in, out := &in.RootCA, &out.RootCA *out = new(SecretKeySelector) **out = **in } if in.ClientCertificate != nil { in, out := &in.ClientCertificate, &out.ClientCertificate *out = new(ClientCertificate) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TLSConfig. func (in *TLSConfig) DeepCopy() *TLSConfig { if in == nil { return nil } out := new(TLSConfig) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Throttle) DeepCopyInto(out *Throttle) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Throttle. func (in *Throttle) DeepCopy() *Throttle { if in == nil { return nil } out := new(Throttle) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WebhookConfig) DeepCopyInto(out *WebhookConfig) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) out.Spec = in.Spec out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookConfig. func (in *WebhookConfig) DeepCopy() *WebhookConfig { if in == nil { return nil } out := new(WebhookConfig) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WebhookConfig) 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 *WebhookConfigList) DeepCopyInto(out *WebhookConfigList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]WebhookConfig, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookConfigList. func (in *WebhookConfigList) DeepCopy() *WebhookConfigList { if in == nil { return nil } out := new(WebhookConfigList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WebhookConfigList) 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 *WebhookConfigSpec) DeepCopyInto(out *WebhookConfigSpec) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookConfigSpec. func (in *WebhookConfigSpec) DeepCopy() *WebhookConfigSpec { if in == nil { return nil } out := new(WebhookConfigSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WebhookConfigStatus) DeepCopyInto(out *WebhookConfigStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookConfigStatus. func (in *WebhookConfigStatus) DeepCopy() *WebhookConfigStatus { if in == nil { return nil } out := new(WebhookConfigStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WebhookOptions) DeepCopyInto(out *WebhookOptions) { *out = *in if in.NotificationTimeout != nil { in, out := &in.NotificationTimeout, &out.NotificationTimeout *out = new(int32) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookOptions. func (in *WebhookOptions) DeepCopy() *WebhookOptions { if in == nil { return nil } out := new(WebhookOptions) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WebhookReceiver) DeepCopyInto(out *WebhookReceiver) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookReceiver. func (in *WebhookReceiver) DeepCopy() *WebhookReceiver { if in == nil { return nil } out := new(WebhookReceiver) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WebhookReceiver) 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 *WebhookReceiverList) DeepCopyInto(out *WebhookReceiverList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]WebhookReceiver, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookReceiverList. func (in *WebhookReceiverList) DeepCopy() *WebhookReceiverList { if in == nil { return nil } out := new(WebhookReceiverList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WebhookReceiverList) 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 *WebhookReceiverSpec) DeepCopyInto(out *WebhookReceiverSpec) { *out = *in if in.WebhookConfigSelector != nil { in, out := &in.WebhookConfigSelector, &out.WebhookConfigSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.AlertSelector != nil { in, out := &in.AlertSelector, &out.AlertSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.URL != nil { in, out := &in.URL, &out.URL *out = new(string) **out = **in } if in.Service != nil { in, out := &in.Service, &out.Service *out = new(ServiceReference) (*in).DeepCopyInto(*out) } if in.HTTPConfig != nil { in, out := &in.HTTPConfig, &out.HTTPConfig *out = new(HTTPClientConfig) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookReceiverSpec. func (in *WebhookReceiverSpec) DeepCopy() *WebhookReceiverSpec { if in == nil { return nil } out := new(WebhookReceiverSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WebhookReceiverStatus) DeepCopyInto(out *WebhookReceiverStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WebhookReceiverStatus. func (in *WebhookReceiverStatus) DeepCopy() *WebhookReceiverStatus { if in == nil { return nil } out := new(WebhookReceiverStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WechatConfig) DeepCopyInto(out *WechatConfig) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatConfig. func (in *WechatConfig) DeepCopy() *WechatConfig { if in == nil { return nil } out := new(WechatConfig) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WechatConfig) 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 *WechatConfigList) DeepCopyInto(out *WechatConfigList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]WechatConfig, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatConfigList. func (in *WechatConfigList) DeepCopy() *WechatConfigList { if in == nil { return nil } out := new(WechatConfigList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WechatConfigList) 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 *WechatConfigSpec) DeepCopyInto(out *WechatConfigSpec) { *out = *in if in.WechatApiSecret != nil { in, out := &in.WechatApiSecret, &out.WechatApiSecret *out = new(SecretKeySelector) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatConfigSpec. func (in *WechatConfigSpec) DeepCopy() *WechatConfigSpec { if in == nil { return nil } out := new(WechatConfigSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WechatConfigStatus) DeepCopyInto(out *WechatConfigStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatConfigStatus. func (in *WechatConfigStatus) DeepCopy() *WechatConfigStatus { if in == nil { return nil } out := new(WechatConfigStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WechatOptions) DeepCopyInto(out *WechatOptions) { *out = *in if in.NotificationTimeout != nil { in, out := &in.NotificationTimeout, &out.NotificationTimeout *out = new(int32) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatOptions. func (in *WechatOptions) DeepCopy() *WechatOptions { if in == nil { return nil } out := new(WechatOptions) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WechatReceiver) DeepCopyInto(out *WechatReceiver) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) out.Status = in.Status } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatReceiver. func (in *WechatReceiver) DeepCopy() *WechatReceiver { if in == nil { return nil } out := new(WechatReceiver) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WechatReceiver) 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 *WechatReceiverList) DeepCopyInto(out *WechatReceiverList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]WechatReceiver, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatReceiverList. func (in *WechatReceiverList) DeepCopy() *WechatReceiverList { if in == nil { return nil } out := new(WechatReceiverList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *WechatReceiverList) 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 *WechatReceiverSpec) DeepCopyInto(out *WechatReceiverSpec) { *out = *in if in.WechatConfigSelector != nil { in, out := &in.WechatConfigSelector, &out.WechatConfigSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } if in.AlertSelector != nil { in, out := &in.AlertSelector, &out.AlertSelector *out = new(v1.LabelSelector) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatReceiverSpec. func (in *WechatReceiverSpec) DeepCopy() *WechatReceiverSpec { if in == nil { return nil } out := new(WechatReceiverSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *WechatReceiverStatus) DeepCopyInto(out *WechatReceiverStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WechatReceiverStatus. func (in *WechatReceiverStatus) DeepCopy() *WechatReceiverStatus { if in == nil { return nil } out := new(WechatReceiverStatus) in.DeepCopyInto(out) return out }