//go:build !ignore_autogenerated // +build !ignore_autogenerated // Code generated by deepcopy-gen. DO NOT EDIT. package agent // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *BareMetalPlatform) DeepCopyInto(out *BareMetalPlatform) { *out = *in in.AgentSelector.DeepCopyInto(&out.AgentSelector) return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BareMetalPlatform. func (in *BareMetalPlatform) DeepCopy() *BareMetalPlatform { if in == nil { return nil } out := new(BareMetalPlatform) in.DeepCopyInto(out) return out }