b604483aef
Signed-off-by: Frank Villaro-Dixon <frank.villarodixon@merkle.com>
147 lines
4.4 KiB
Go
147 lines
4.4 KiB
Go
//go:build !ignore_autogenerated
|
|
// +build !ignore_autogenerated
|
|
|
|
/*
|
|
Copyright 2023.
|
|
|
|
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 v1alpha1
|
|
|
|
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 *AnesthesiaNode) DeepCopyInto(out *AnesthesiaNode) {
|
|
*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 AnesthesiaNode.
|
|
func (in *AnesthesiaNode) DeepCopy() *AnesthesiaNode {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AnesthesiaNode)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *AnesthesiaNode) 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 *AnesthesiaNodeList) DeepCopyInto(out *AnesthesiaNodeList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]AnesthesiaNode, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnesthesiaNodeList.
|
|
func (in *AnesthesiaNodeList) DeepCopy() *AnesthesiaNodeList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AnesthesiaNodeList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *AnesthesiaNodeList) 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 *AnesthesiaNodeSpec) DeepCopyInto(out *AnesthesiaNodeSpec) {
|
|
*out = *in
|
|
out.Wakeup = in.Wakeup
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnesthesiaNodeSpec.
|
|
func (in *AnesthesiaNodeSpec) DeepCopy() *AnesthesiaNodeSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AnesthesiaNodeSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *AnesthesiaNodeSpecWakeup) DeepCopyInto(out *AnesthesiaNodeSpecWakeup) {
|
|
*out = *in
|
|
out.Wol = in.Wol
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnesthesiaNodeSpecWakeup.
|
|
func (in *AnesthesiaNodeSpecWakeup) DeepCopy() *AnesthesiaNodeSpecWakeup {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AnesthesiaNodeSpecWakeup)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *AnesthesiaNodeSpecWakeupWol) DeepCopyInto(out *AnesthesiaNodeSpecWakeupWol) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnesthesiaNodeSpecWakeupWol.
|
|
func (in *AnesthesiaNodeSpecWakeupWol) DeepCopy() *AnesthesiaNodeSpecWakeupWol {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AnesthesiaNodeSpecWakeupWol)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *AnesthesiaNodeStatus) DeepCopyInto(out *AnesthesiaNodeStatus) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnesthesiaNodeStatus.
|
|
func (in *AnesthesiaNodeStatus) DeepCopy() *AnesthesiaNodeStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AnesthesiaNodeStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|