// +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 v1beta1 import ( 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 *DhcpHost) DeepCopyInto(out *DhcpHost) { *out = *in if in.Macs != nil { in, out := &in.Macs, &out.Macs *out = make([]string, len(*in)) copy(*out, *in) } if in.SetTags != nil { in, out := &in.SetTags, &out.SetTags *out = make([]string, len(*in)) copy(*out, *in) } if in.Tags != nil { in, out := &in.Tags, &out.Tags *out = make([]string, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpHost. func (in *DhcpHost) DeepCopy() *DhcpHost { if in == nil { return nil } out := new(DhcpHost) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DhcpHosts) DeepCopyInto(out *DhcpHosts) { *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 DhcpHosts. func (in *DhcpHosts) DeepCopy() *DhcpHosts { if in == nil { return nil } out := new(DhcpHosts) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DhcpHosts) 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 *DhcpHostsList) DeepCopyInto(out *DhcpHostsList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DhcpHosts, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpHostsList. func (in *DhcpHostsList) DeepCopy() *DhcpHostsList { if in == nil { return nil } out := new(DhcpHostsList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DhcpHostsList) 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 *DhcpHostsSpec) DeepCopyInto(out *DhcpHostsSpec) { *out = *in if in.Hosts != nil { in, out := &in.Hosts, &out.Hosts *out = make([]DhcpHost, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpHostsSpec. func (in *DhcpHostsSpec) DeepCopy() *DhcpHostsSpec { if in == nil { return nil } out := new(DhcpHostsSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DhcpHostsStatus) DeepCopyInto(out *DhcpHostsStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpHostsStatus. func (in *DhcpHostsStatus) DeepCopy() *DhcpHostsStatus { if in == nil { return nil } out := new(DhcpHostsStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DhcpOption) DeepCopyInto(out *DhcpOption) { *out = *in if in.Values != nil { in, out := &in.Values, &out.Values *out = make([]string, len(*in)) copy(*out, *in) } if in.Tags != nil { in, out := &in.Tags, &out.Tags *out = make([]string, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpOption. func (in *DhcpOption) DeepCopy() *DhcpOption { if in == nil { return nil } out := new(DhcpOption) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DhcpOptions) DeepCopyInto(out *DhcpOptions) { *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 DhcpOptions. func (in *DhcpOptions) DeepCopy() *DhcpOptions { if in == nil { return nil } out := new(DhcpOptions) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DhcpOptions) 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 *DhcpOptionsList) DeepCopyInto(out *DhcpOptionsList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DhcpOptions, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpOptionsList. func (in *DhcpOptionsList) DeepCopy() *DhcpOptionsList { if in == nil { return nil } out := new(DhcpOptionsList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DhcpOptionsList) 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 *DhcpOptionsSpec) DeepCopyInto(out *DhcpOptionsSpec) { *out = *in if in.Options != nil { in, out := &in.Options, &out.Options *out = make([]DhcpOption, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpOptionsSpec. func (in *DhcpOptionsSpec) DeepCopy() *DhcpOptionsSpec { if in == nil { return nil } out := new(DhcpOptionsSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DhcpOptionsStatus) DeepCopyInto(out *DhcpOptionsStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DhcpOptionsStatus. func (in *DhcpOptionsStatus) DeepCopy() *DhcpOptionsStatus { if in == nil { return nil } out := new(DhcpOptionsStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DnsHost) DeepCopyInto(out *DnsHost) { *out = *in if in.Hostnames != nil { in, out := &in.Hostnames, &out.Hostnames *out = make([]string, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsHost. func (in *DnsHost) DeepCopy() *DnsHost { if in == nil { return nil } out := new(DnsHost) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DnsHosts) DeepCopyInto(out *DnsHosts) { *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 DnsHosts. func (in *DnsHosts) DeepCopy() *DnsHosts { if in == nil { return nil } out := new(DnsHosts) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DnsHosts) 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 *DnsHostsList) DeepCopyInto(out *DnsHostsList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DnsHosts, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsHostsList. func (in *DnsHostsList) DeepCopy() *DnsHostsList { if in == nil { return nil } out := new(DnsHostsList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DnsHostsList) 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 *DnsHostsSpec) DeepCopyInto(out *DnsHostsSpec) { *out = *in if in.Hosts != nil { in, out := &in.Hosts, &out.Hosts *out = make([]DnsHost, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsHostsSpec. func (in *DnsHostsSpec) DeepCopy() *DnsHostsSpec { if in == nil { return nil } out := new(DnsHostsSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DnsHostsStatus) DeepCopyInto(out *DnsHostsStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsHostsStatus. func (in *DnsHostsStatus) DeepCopy() *DnsHostsStatus { if in == nil { return nil } out := new(DnsHostsStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DnsmasqOption) DeepCopyInto(out *DnsmasqOption) { *out = *in if in.Values != nil { in, out := &in.Values, &out.Values *out = make([]string, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsmasqOption. func (in *DnsmasqOption) DeepCopy() *DnsmasqOption { if in == nil { return nil } out := new(DnsmasqOption) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DnsmasqOptions) DeepCopyInto(out *DnsmasqOptions) { *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 DnsmasqOptions. func (in *DnsmasqOptions) DeepCopy() *DnsmasqOptions { if in == nil { return nil } out := new(DnsmasqOptions) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DnsmasqOptions) 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 *DnsmasqOptionsList) DeepCopyInto(out *DnsmasqOptionsList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DnsmasqOptions, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsmasqOptionsList. func (in *DnsmasqOptionsList) DeepCopy() *DnsmasqOptionsList { if in == nil { return nil } out := new(DnsmasqOptionsList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DnsmasqOptionsList) 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 *DnsmasqOptionsSpec) DeepCopyInto(out *DnsmasqOptionsSpec) { *out = *in if in.Options != nil { in, out := &in.Options, &out.Options *out = make([]DnsmasqOption, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsmasqOptionsSpec. func (in *DnsmasqOptionsSpec) DeepCopy() *DnsmasqOptionsSpec { if in == nil { return nil } out := new(DnsmasqOptionsSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DnsmasqOptionsStatus) DeepCopyInto(out *DnsmasqOptionsStatus) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DnsmasqOptionsStatus. func (in *DnsmasqOptionsStatus) DeepCopy() *DnsmasqOptionsStatus { if in == nil { return nil } out := new(DnsmasqOptionsStatus) in.DeepCopyInto(out) return out }