//go:build !ignore_autogenerated // Code generated by controller-gen. DO NOT EDIT. package v1 import ( metav1 "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 *AppliedStatus) DeepCopyInto(out *AppliedStatus) { *out = *in if in.DisplayConfig != nil { in, out := &in.DisplayConfig, &out.DisplayConfig *out = new(DisplayConfig) (*in).DeepCopyInto(*out) } if in.Displays != nil { in, out := &in.Displays, &out.Displays *out = make([]MPID, len(*in)) copy(*out, *in) } in.LastAppliedTimestamp.DeepCopyInto(&out.LastAppliedTimestamp) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AppliedStatus. func (in *AppliedStatus) DeepCopy() *AppliedStatus { if in == nil { return nil } out := new(AppliedStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DPMS) DeepCopyInto(out *DPMS) { *out = *in if in.Enabled != nil { in, out := &in.Enabled, &out.Enabled *out = new(bool) **out = **in } if in.BlankTime != nil { in, out := &in.BlankTime, &out.BlankTime *out = new(int) **out = **in } if in.StandbyTime != nil { in, out := &in.StandbyTime, &out.StandbyTime *out = new(int) **out = **in } if in.SuspendTime != nil { in, out := &in.SuspendTime, &out.SuspendTime *out = new(int) **out = **in } if in.OffTime != nil { in, out := &in.OffTime, &out.OffTime *out = new(int) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DPMS. func (in *DPMS) DeepCopy() *DPMS { if in == nil { return nil } out := new(DPMS) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Display) DeepCopyInto(out *Display) { *out = *in if in.Primary != nil { in, out := &in.Primary, &out.Primary *out = new(Primary) **out = **in } if in.Orientation != nil { in, out := &in.Orientation, &out.Orientation *out = new(Orientation) **out = **in } if in.Resolution != nil { in, out := &in.Resolution, &out.Resolution *out = new(Resolution) **out = **in } if in.SupportedResolutions != nil { in, out := &in.SupportedResolutions, &out.SupportedResolutions *out = make([]Resolution, len(*in)) copy(*out, *in) } if in.InputDeviceMappings != nil { in, out := &in.InputDeviceMappings, &out.InputDeviceMappings *out = make([]InputDeviceName, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Display. func (in *Display) DeepCopy() *Display { if in == nil { return nil } out := new(Display) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DisplayConfig) DeepCopyInto(out *DisplayConfig) { *out = *in if in.Displays != nil { in, out := &in.Displays, &out.Displays *out = make(Displays, len(*in)) for key, val := range *in { (*out)[key] = *val.DeepCopy() } } if in.DPMS != nil { in, out := &in.DPMS, &out.DPMS *out = new(DPMS) (*in).DeepCopyInto(*out) } if in.Layout != nil { in, out := &in.Layout, &out.Layout *out = make(Layout, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DisplayConfig. func (in *DisplayConfig) DeepCopy() *DisplayConfig { if in == nil { return nil } out := new(DisplayConfig) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in Displays) DeepCopyInto(out *Displays) { { in := &in *out = make(Displays, len(*in)) for key, val := range *in { (*out)[key] = *val.DeepCopy() } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Displays. func (in Displays) DeepCopy() Displays { if in == nil { return nil } out := new(Displays) in.DeepCopyInto(out) return *out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in Layout) DeepCopyInto(out *Layout) { { in := &in *out = make(Layout, len(*in)) copy(*out, *in) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Layout. func (in Layout) DeepCopy() Layout { if in == nil { return nil } out := new(Layout) in.DeepCopyInto(out) return *out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *NodeDisplayConfig) DeepCopyInto(out *NodeDisplayConfig) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) if in.Spec != nil { in, out := &in.Spec, &out.Spec *out = new(DisplayConfig) (*in).DeepCopyInto(*out) } if in.Status != nil { in, out := &in.Status, &out.Status *out = new(NodeDisplayConfigStatus) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeDisplayConfig. func (in *NodeDisplayConfig) DeepCopy() *NodeDisplayConfig { if in == nil { return nil } out := new(NodeDisplayConfig) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *NodeDisplayConfig) 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 *NodeDisplayConfigList) DeepCopyInto(out *NodeDisplayConfigList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]NodeDisplayConfig, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeDisplayConfigList. func (in *NodeDisplayConfigList) DeepCopy() *NodeDisplayConfigList { if in == nil { return nil } out := new(NodeDisplayConfigList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *NodeDisplayConfigList) 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 *NodeDisplayConfigStatus) DeepCopyInto(out *NodeDisplayConfigStatus) { *out = *in if in.Enabled != nil { in, out := &in.Enabled, &out.Enabled *out = new(bool) **out = **in } if in.Config != nil { in, out := &in.Config, &out.Config *out = new(bool) **out = **in } if in.Default != nil { in, out := &in.Default, &out.Default *out = new(bool) **out = **in } in.Applied.DeepCopyInto(&out.Applied) if in.Conditions != nil { in, out := &in.Conditions, &out.Conditions *out = make([]metav1.Condition, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeDisplayConfigStatus. func (in *NodeDisplayConfigStatus) DeepCopy() *NodeDisplayConfigStatus { if in == nil { return nil } out := new(NodeDisplayConfigStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Resolution) DeepCopyInto(out *Resolution) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Resolution. func (in *Resolution) DeepCopy() *Resolution { if in == nil { return nil } out := new(Resolution) in.DeepCopyInto(out) return out }