//go:build !ignore_autogenerated /* SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: Apache-2.0 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. */ /* Copyright 2024. 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 ( "github.com/ai-dynamo/dynamo/deploy/cloud/operator/api/dynamo/common" "github.com/ai-dynamo/dynamo/deploy/cloud/operator/api/dynamo/schemas" "k8s.io/api/autoscaling/v2" "k8s.io/api/core/v1" 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 *Autoscaling) DeepCopyInto(out *Autoscaling) { *out = *in if in.Behavior != nil { in, out := &in.Behavior, &out.Behavior *out = new(v2.HorizontalPodAutoscalerBehavior) (*in).DeepCopyInto(*out) } if in.Metrics != nil { in, out := &in.Metrics, &out.Metrics *out = make([]v2.MetricSpec, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Autoscaling. func (in *Autoscaling) DeepCopy() *Autoscaling { if in == nil { return nil } out := new(Autoscaling) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *BaseCRD) DeepCopyInto(out *BaseCRD) { *out = *in if in.Status != nil { in, out := &in.Status, &out.Status *out = new(BaseStatus) (*in).DeepCopyInto(*out) } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BaseCRD. func (in *BaseCRD) DeepCopy() *BaseCRD { if in == nil { return nil } out := new(BaseCRD) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *BaseStatus) DeepCopyInto(out *BaseStatus) { *out = *in 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 BaseStatus. func (in *BaseStatus) DeepCopy() *BaseStatus { if in == nil { return nil } out := new(BaseStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoComponent) DeepCopyInto(out *DynamoComponent) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) in.Status.DeepCopyInto(&out.Status) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponent. func (in *DynamoComponent) DeepCopy() *DynamoComponent { if in == nil { return nil } out := new(DynamoComponent) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DynamoComponent) 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 *DynamoComponentDeployment) DeepCopyInto(out *DynamoComponentDeployment) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) in.Status.DeepCopyInto(&out.Status) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentDeployment. func (in *DynamoComponentDeployment) DeepCopy() *DynamoComponentDeployment { if in == nil { return nil } out := new(DynamoComponentDeployment) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DynamoComponentDeployment) 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 *DynamoComponentDeploymentList) DeepCopyInto(out *DynamoComponentDeploymentList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DynamoComponentDeployment, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentDeploymentList. func (in *DynamoComponentDeploymentList) DeepCopy() *DynamoComponentDeploymentList { if in == nil { return nil } out := new(DynamoComponentDeploymentList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DynamoComponentDeploymentList) 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 *DynamoComponentDeploymentOverridesSpec) DeepCopyInto(out *DynamoComponentDeploymentOverridesSpec) { *out = *in in.DynamoComponentDeploymentSharedSpec.DeepCopyInto(&out.DynamoComponentDeploymentSharedSpec) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentDeploymentOverridesSpec. func (in *DynamoComponentDeploymentOverridesSpec) DeepCopy() *DynamoComponentDeploymentOverridesSpec { if in == nil { return nil } out := new(DynamoComponentDeploymentOverridesSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoComponentDeploymentSharedSpec) DeepCopyInto(out *DynamoComponentDeploymentSharedSpec) { *out = *in if in.Annotations != nil { in, out := &in.Annotations, &out.Annotations *out = make(map[string]string, len(*in)) for key, val := range *in { (*out)[key] = val } } if in.Labels != nil { in, out := &in.Labels, &out.Labels *out = make(map[string]string, len(*in)) for key, val := range *in { (*out)[key] = val } } if in.DynamoNamespace != nil { in, out := &in.DynamoNamespace, &out.DynamoNamespace *out = new(string) **out = **in } if in.Resources != nil { in, out := &in.Resources, &out.Resources *out = new(common.Resources) (*in).DeepCopyInto(*out) } if in.Autoscaling != nil { in, out := &in.Autoscaling, &out.Autoscaling *out = new(Autoscaling) (*in).DeepCopyInto(*out) } if in.Envs != nil { in, out := &in.Envs, &out.Envs *out = make([]v1.EnvVar, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } if in.EnvFromSecret != nil { in, out := &in.EnvFromSecret, &out.EnvFromSecret *out = new(string) **out = **in } if in.PVC != nil { in, out := &in.PVC, &out.PVC *out = new(PVC) (*in).DeepCopyInto(*out) } if in.RunMode != nil { in, out := &in.RunMode, &out.RunMode *out = new(RunMode) (*in).DeepCopyInto(*out) } if in.ExternalServices != nil { in, out := &in.ExternalServices, &out.ExternalServices *out = make(map[string]ExternalService, len(*in)) for key, val := range *in { (*out)[key] = val } } in.Ingress.DeepCopyInto(&out.Ingress) if in.ExtraPodMetadata != nil { in, out := &in.ExtraPodMetadata, &out.ExtraPodMetadata *out = new(common.ExtraPodMetadata) (*in).DeepCopyInto(*out) } if in.ExtraPodSpec != nil { in, out := &in.ExtraPodSpec, &out.ExtraPodSpec *out = new(common.ExtraPodSpec) (*in).DeepCopyInto(*out) } if in.LivenessProbe != nil { in, out := &in.LivenessProbe, &out.LivenessProbe *out = new(v1.Probe) (*in).DeepCopyInto(*out) } if in.ReadinessProbe != nil { in, out := &in.ReadinessProbe, &out.ReadinessProbe *out = new(v1.Probe) (*in).DeepCopyInto(*out) } if in.Replicas != nil { in, out := &in.Replicas, &out.Replicas *out = new(int32) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentDeploymentSharedSpec. func (in *DynamoComponentDeploymentSharedSpec) DeepCopy() *DynamoComponentDeploymentSharedSpec { if in == nil { return nil } out := new(DynamoComponentDeploymentSharedSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoComponentDeploymentSpec) DeepCopyInto(out *DynamoComponentDeploymentSpec) { *out = *in in.DynamoComponentDeploymentSharedSpec.DeepCopyInto(&out.DynamoComponentDeploymentSharedSpec) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentDeploymentSpec. func (in *DynamoComponentDeploymentSpec) DeepCopy() *DynamoComponentDeploymentSpec { if in == nil { return nil } out := new(DynamoComponentDeploymentSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoComponentDeploymentStatus) DeepCopyInto(out *DynamoComponentDeploymentStatus) { *out = *in 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]) } } if in.PodSelector != nil { in, out := &in.PodSelector, &out.PodSelector *out = make(map[string]string, len(*in)) for key, val := range *in { (*out)[key] = val } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentDeploymentStatus. func (in *DynamoComponentDeploymentStatus) DeepCopy() *DynamoComponentDeploymentStatus { if in == nil { return nil } out := new(DynamoComponentDeploymentStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoComponentList) DeepCopyInto(out *DynamoComponentList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DynamoComponent, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentList. func (in *DynamoComponentList) DeepCopy() *DynamoComponentList { if in == nil { return nil } out := new(DynamoComponentList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DynamoComponentList) 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 *DynamoComponentSpec) DeepCopyInto(out *DynamoComponentSpec) { *out = *in if in.ImageBuildTimeout != nil { in, out := &in.ImageBuildTimeout, &out.ImageBuildTimeout *out = new(schemas.Duration) **out = **in } if in.BuildArgs != nil { in, out := &in.BuildArgs, &out.BuildArgs *out = make([]string, len(*in)) copy(*out, *in) } if in.ImageBuilderExtraPodMetadata != nil { in, out := &in.ImageBuilderExtraPodMetadata, &out.ImageBuilderExtraPodMetadata *out = new(common.ExtraPodMetadata) (*in).DeepCopyInto(*out) } if in.ImageBuilderExtraPodSpec != nil { in, out := &in.ImageBuilderExtraPodSpec, &out.ImageBuilderExtraPodSpec *out = new(common.ExtraPodSpec) (*in).DeepCopyInto(*out) } if in.ImageBuilderExtraContainerEnv != nil { in, out := &in.ImageBuilderExtraContainerEnv, &out.ImageBuilderExtraContainerEnv *out = make([]v1.EnvVar, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } if in.ImageBuilderContainerResources != nil { in, out := &in.ImageBuilderContainerResources, &out.ImageBuilderContainerResources *out = new(v1.ResourceRequirements) (*in).DeepCopyInto(*out) } if in.ImagePullSecrets != nil { in, out := &in.ImagePullSecrets, &out.ImagePullSecrets *out = make([]v1.LocalObjectReference, len(*in)) copy(*out, *in) } if in.DownloaderContainerEnvFrom != nil { in, out := &in.DownloaderContainerEnvFrom, &out.DownloaderContainerEnvFrom *out = make([]v1.EnvFromSource, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoComponentSpec. func (in *DynamoComponentSpec) DeepCopy() *DynamoComponentSpec { if in == nil { return nil } out := new(DynamoComponentSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoComponentStatus) DeepCopyInto(out *DynamoComponentStatus) { *out = *in 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 DynamoComponentStatus. func (in *DynamoComponentStatus) DeepCopy() *DynamoComponentStatus { if in == nil { return nil } out := new(DynamoComponentStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoGraphDeployment) DeepCopyInto(out *DynamoGraphDeployment) { *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) in.Spec.DeepCopyInto(&out.Spec) in.Status.DeepCopyInto(&out.Status) } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoGraphDeployment. func (in *DynamoGraphDeployment) DeepCopy() *DynamoGraphDeployment { if in == nil { return nil } out := new(DynamoGraphDeployment) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DynamoGraphDeployment) 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 *DynamoGraphDeploymentList) DeepCopyInto(out *DynamoGraphDeploymentList) { *out = *in out.TypeMeta = in.TypeMeta in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]DynamoGraphDeployment, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoGraphDeploymentList. func (in *DynamoGraphDeploymentList) DeepCopy() *DynamoGraphDeploymentList { if in == nil { return nil } out := new(DynamoGraphDeploymentList) in.DeepCopyInto(out) return out } // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. func (in *DynamoGraphDeploymentList) 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 *DynamoGraphDeploymentSpec) DeepCopyInto(out *DynamoGraphDeploymentSpec) { *out = *in if in.Services != nil { in, out := &in.Services, &out.Services *out = make(map[string]*DynamoComponentDeploymentOverridesSpec, len(*in)) for key, val := range *in { var outVal *DynamoComponentDeploymentOverridesSpec if val == nil { (*out)[key] = nil } else { inVal := (*in)[key] in, out := &inVal, &outVal *out = new(DynamoComponentDeploymentOverridesSpec) (*in).DeepCopyInto(*out) } (*out)[key] = outVal } } if in.Envs != nil { in, out := &in.Envs, &out.Envs *out = make([]v1.EnvVar, len(*in)) for i := range *in { (*in)[i].DeepCopyInto(&(*out)[i]) } } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DynamoGraphDeploymentSpec. func (in *DynamoGraphDeploymentSpec) DeepCopy() *DynamoGraphDeploymentSpec { if in == nil { return nil } out := new(DynamoGraphDeploymentSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *DynamoGraphDeploymentStatus) DeepCopyInto(out *DynamoGraphDeploymentStatus) { *out = *in 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 DynamoGraphDeploymentStatus. func (in *DynamoGraphDeploymentStatus) DeepCopy() *DynamoGraphDeploymentStatus { if in == nil { return nil } out := new(DynamoGraphDeploymentStatus) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ExternalService) DeepCopyInto(out *ExternalService) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalService. func (in *ExternalService) DeepCopy() *ExternalService { if in == nil { return nil } out := new(ExternalService) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *IngressSpec) DeepCopyInto(out *IngressSpec) { *out = *in if in.VirtualServiceGateway != nil { in, out := &in.VirtualServiceGateway, &out.VirtualServiceGateway *out = new(string) **out = **in } if in.HostPrefix != nil { in, out := &in.HostPrefix, &out.HostPrefix *out = new(string) **out = **in } if in.Annotations != nil { in, out := &in.Annotations, &out.Annotations *out = make(map[string]string, len(*in)) for key, val := range *in { (*out)[key] = val } } if in.Labels != nil { in, out := &in.Labels, &out.Labels *out = make(map[string]string, len(*in)) for key, val := range *in { (*out)[key] = val } } if in.TLS != nil { in, out := &in.TLS, &out.TLS *out = new(IngressTLSSpec) **out = **in } if in.HostSuffix != nil { in, out := &in.HostSuffix, &out.HostSuffix *out = new(string) **out = **in } if in.IngressControllerClassName != nil { in, out := &in.IngressControllerClassName, &out.IngressControllerClassName *out = new(string) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressSpec. func (in *IngressSpec) DeepCopy() *IngressSpec { if in == nil { return nil } out := new(IngressSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *IngressTLSSpec) DeepCopyInto(out *IngressTLSSpec) { *out = *in } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLSSpec. func (in *IngressTLSSpec) DeepCopy() *IngressTLSSpec { if in == nil { return nil } out := new(IngressTLSSpec) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *PVC) DeepCopyInto(out *PVC) { *out = *in if in.Create != nil { in, out := &in.Create, &out.Create *out = new(bool) **out = **in } if in.Name != nil { in, out := &in.Name, &out.Name *out = new(string) **out = **in } out.Size = in.Size.DeepCopy() if in.MountPoint != nil { in, out := &in.MountPoint, &out.MountPoint *out = new(string) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PVC. func (in *PVC) DeepCopy() *PVC { if in == nil { return nil } out := new(PVC) in.DeepCopyInto(out) return out } // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *RunMode) DeepCopyInto(out *RunMode) { *out = *in if in.Standalone != nil { in, out := &in.Standalone, &out.Standalone *out = new(bool) **out = **in } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RunMode. func (in *RunMode) DeepCopy() *RunMode { if in == nil { return nil } out := new(RunMode) in.DeepCopyInto(out) return out }