Lines Matching refs:in

30 func (in *AWSElasticBlockStoreVolumeSource) DeepCopyInto(out *AWSElasticBlockStoreVolumeSource) {
31 *out = *in
36 func (in *AWSElasticBlockStoreVolumeSource) DeepCopy() *AWSElasticBlockStoreVolumeSource {
37 if in == nil {
41 in.DeepCopyInto(out)
46 func (in *Affinity) DeepCopyInto(out *Affinity) {
47 *out = *in
48 if in.NodeAffinity != nil {
49 in, out := &in.NodeAffinity, &out.NodeAffinity
50 if *in == nil {
54 (*in).DeepCopyInto(*out)
57 if in.PodAffinity != nil {
58 in, out := &in.PodAffinity, &out.PodAffinity
59 if *in == nil {
63 (*in).DeepCopyInto(*out)
66 if in.PodAntiAffinity != nil {
67 in, out := &in.PodAntiAffinity, &out.PodAntiAffinity
68 if *in == nil {
72 (*in).DeepCopyInto(*out)
79 func (in *Affinity) DeepCopy() *Affinity {
80 if in == nil {
84 in.DeepCopyInto(out)
89 func (in *AttachedVolume) DeepCopyInto(out *AttachedVolume) {
90 *out = *in
95 func (in *AttachedVolume) DeepCopy() *AttachedVolume {
96 if in == nil {
100 in.DeepCopyInto(out)
105 func (in *AvoidPods) DeepCopyInto(out *AvoidPods) {
106 *out = *in
107 if in.PreferAvoidPods != nil {
108 in, out := &in.PreferAvoidPods, &out.PreferAvoidPods
109 *out = make([]PreferAvoidPodsEntry, len(*in))
110 for i := range *in {
111 (*in)[i].DeepCopyInto(&(*out)[i])
118 func (in *AvoidPods) DeepCopy() *AvoidPods {
119 if in == nil {
123 in.DeepCopyInto(out)
128 func (in *AzureDiskVolumeSource) DeepCopyInto(out *AzureDiskVolumeSource) {
129 *out = *in
130 if in.CachingMode != nil {
131 in, out := &in.CachingMode, &out.CachingMode
132 if *in == nil {
136 **out = **in
139 if in.FSType != nil {
140 in, out := &in.FSType, &out.FSType
141 if *in == nil {
145 **out = **in
148 if in.ReadOnly != nil {
149 in, out := &in.ReadOnly, &out.ReadOnly
150 if *in == nil {
154 **out = **in
157 if in.Kind != nil {
158 in, out := &in.Kind, &out.Kind
159 if *in == nil {
163 **out = **in
170 func (in *AzureDiskVolumeSource) DeepCopy() *AzureDiskVolumeSource {
171 if in == nil {
175 in.DeepCopyInto(out)
180 func (in *AzureFilePersistentVolumeSource) DeepCopyInto(out *AzureFilePersistentVolumeSource) {
181 *out = *in
182 if in.SecretNamespace != nil {
183 in, out := &in.SecretNamespace, &out.SecretNamespace
184 if *in == nil {
188 **out = **in
195 func (in *AzureFilePersistentVolumeSource) DeepCopy() *AzureFilePersistentVolumeSource {
196 if in == nil {
200 in.DeepCopyInto(out)
205 func (in *AzureFileVolumeSource) DeepCopyInto(out *AzureFileVolumeSource) {
206 *out = *in
211 func (in *AzureFileVolumeSource) DeepCopy() *AzureFileVolumeSource {
212 if in == nil {
216 in.DeepCopyInto(out)
221 func (in *Binding) DeepCopyInto(out *Binding) {
222 *out = *in
223 out.TypeMeta = in.TypeMeta
224 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
225 out.Target = in.Target
230 func (in *Binding) DeepCopy() *Binding {
231 if in == nil {
235 in.DeepCopyInto(out)
240 func (in *Binding) DeepCopyObject() runtime.Object {
241 if c := in.DeepCopy(); c != nil {
248 func (in *CSIPersistentVolumeSource) DeepCopyInto(out *CSIPersistentVolumeSource) {
249 *out = *in
250 if in.VolumeAttributes != nil {
251 in, out := &in.VolumeAttributes, &out.VolumeAttributes
252 *out = make(map[string]string, len(*in))
253 for key, val := range *in {
257 if in.ControllerPublishSecretRef != nil {
258 in, out := &in.ControllerPublishSecretRef, &out.ControllerPublishSecretRef
259 if *in == nil {
263 **out = **in
266 if in.NodeStageSecretRef != nil {
267 in, out := &in.NodeStageSecretRef, &out.NodeStageSecretRef
268 if *in == nil {
272 **out = **in
275 if in.NodePublishSecretRef != nil {
276 in, out := &in.NodePublishSecretRef, &out.NodePublishSecretRef
277 if *in == nil {
281 **out = **in
288 func (in *CSIPersistentVolumeSource) DeepCopy() *CSIPersistentVolumeSource {
289 if in == nil {
293 in.DeepCopyInto(out)
298 func (in *Capabilities) DeepCopyInto(out *Capabilities) {
299 *out = *in
300 if in.Add != nil {
301 in, out := &in.Add, &out.Add
302 *out = make([]Capability, len(*in))
303 copy(*out, *in)
305 if in.Drop != nil {
306 in, out := &in.Drop, &out.Drop
307 *out = make([]Capability, len(*in))
308 copy(*out, *in)
314 func (in *Capabilities) DeepCopy() *Capabilities {
315 if in == nil {
319 in.DeepCopyInto(out)
324 func (in *CephFSPersistentVolumeSource) DeepCopyInto(out *CephFSPersistentVolumeSource) {
325 *out = *in
326 if in.Monitors != nil {
327 in, out := &in.Monitors, &out.Monitors
328 *out = make([]string, len(*in))
329 copy(*out, *in)
331 if in.SecretRef != nil {
332 in, out := &in.SecretRef, &out.SecretRef
333 if *in == nil {
337 **out = **in
344 func (in *CephFSPersistentVolumeSource) DeepCopy() *CephFSPersistentVolumeSource {
345 if in == nil {
349 in.DeepCopyInto(out)
354 func (in *CephFSVolumeSource) DeepCopyInto(out *CephFSVolumeSource) {
355 *out = *in
356 if in.Monitors != nil {
357 in, out := &in.Monitors, &out.Monitors
358 *out = make([]string, len(*in))
359 copy(*out, *in)
361 if in.SecretRef != nil {
362 in, out := &in.SecretRef, &out.SecretRef
363 if *in == nil {
367 **out = **in
374 func (in *CephFSVolumeSource) DeepCopy() *CephFSVolumeSource {
375 if in == nil {
379 in.DeepCopyInto(out)
384 func (in *CinderPersistentVolumeSource) DeepCopyInto(out *CinderPersistentVolumeSource) {
385 *out = *in
386 if in.SecretRef != nil {
387 in, out := &in.SecretRef, &out.SecretRef
388 if *in == nil {
392 **out = **in
399 func (in *CinderPersistentVolumeSource) DeepCopy() *CinderPersistentVolumeSource {
400 if in == nil {
404 in.DeepCopyInto(out)
409 func (in *CinderVolumeSource) DeepCopyInto(out *CinderVolumeSource) {
410 *out = *in
411 if in.SecretRef != nil {
412 in, out := &in.SecretRef, &out.SecretRef
413 if *in == nil {
417 **out = **in
424 func (in *CinderVolumeSource) DeepCopy() *CinderVolumeSource {
425 if in == nil {
429 in.DeepCopyInto(out)
434 func (in *ClientIPConfig) DeepCopyInto(out *ClientIPConfig) {
435 *out = *in
436 if in.TimeoutSeconds != nil {
437 in, out := &in.TimeoutSeconds, &out.TimeoutSeconds
438 if *in == nil {
442 **out = **in
449 func (in *ClientIPConfig) DeepCopy() *ClientIPConfig {
450 if in == nil {
454 in.DeepCopyInto(out)
459 func (in *ComponentCondition) DeepCopyInto(out *ComponentCondition) {
460 *out = *in
465 func (in *ComponentCondition) DeepCopy() *ComponentCondition {
466 if in == nil {
470 in.DeepCopyInto(out)
475 func (in *ComponentStatus) DeepCopyInto(out *ComponentStatus) {
476 *out = *in
477 out.TypeMeta = in.TypeMeta
478 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
479 if in.Conditions != nil {
480 in, out := &in.Conditions, &out.Conditions
481 *out = make([]ComponentCondition, len(*in))
482 copy(*out, *in)
488 func (in *ComponentStatus) DeepCopy() *ComponentStatus {
489 if in == nil {
493 in.DeepCopyInto(out)
498 func (in *ComponentStatus) DeepCopyObject() runtime.Object {
499 if c := in.DeepCopy(); c != nil {
506 func (in *ComponentStatusList) DeepCopyInto(out *ComponentStatusList) {
507 *out = *in
508 out.TypeMeta = in.TypeMeta
509 out.ListMeta = in.ListMeta
510 if in.Items != nil {
511 in, out := &in.Items, &out.Items
512 *out = make([]ComponentStatus, len(*in))
513 for i := range *in {
514 (*in)[i].DeepCopyInto(&(*out)[i])
521 func (in *ComponentStatusList) DeepCopy() *ComponentStatusList {
522 if in == nil {
526 in.DeepCopyInto(out)
531 func (in *ComponentStatusList) DeepCopyObject() runtime.Object {
532 if c := in.DeepCopy(); c != nil {
539 func (in *ConfigMap) DeepCopyInto(out *ConfigMap) {
540 *out = *in
541 out.TypeMeta = in.TypeMeta
542 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
543 if in.Data != nil {
544 in, out := &in.Data, &out.Data
545 *out = make(map[string]string, len(*in))
546 for key, val := range *in {
550 if in.BinaryData != nil {
551 in, out := &in.BinaryData, &out.BinaryData
552 *out = make(map[string][]byte, len(*in))
553 for key, val := range *in {
566 func (in *ConfigMap) DeepCopy() *ConfigMap {
567 if in == nil {
571 in.DeepCopyInto(out)
576 func (in *ConfigMap) DeepCopyObject() runtime.Object {
577 if c := in.DeepCopy(); c != nil {
584 func (in *ConfigMapEnvSource) DeepCopyInto(out *ConfigMapEnvSource) {
585 *out = *in
586 out.LocalObjectReference = in.LocalObjectReference
587 if in.Optional != nil {
588 in, out := &in.Optional, &out.Optional
589 if *in == nil {
593 **out = **in
600 func (in *ConfigMapEnvSource) DeepCopy() *ConfigMapEnvSource {
601 if in == nil {
605 in.DeepCopyInto(out)
610 func (in *ConfigMapKeySelector) DeepCopyInto(out *ConfigMapKeySelector) {
611 *out = *in
612 out.LocalObjectReference = in.LocalObjectReference
613 if in.Optional != nil {
614 in, out := &in.Optional, &out.Optional
615 if *in == nil {
619 **out = **in
626 func (in *ConfigMapKeySelector) DeepCopy() *ConfigMapKeySelector {
627 if in == nil {
631 in.DeepCopyInto(out)
636 func (in *ConfigMapList) DeepCopyInto(out *ConfigMapList) {
637 *out = *in
638 out.TypeMeta = in.TypeMeta
639 out.ListMeta = in.ListMeta
640 if in.Items != nil {
641 in, out := &in.Items, &out.Items
642 *out = make([]ConfigMap, len(*in))
643 for i := range *in {
644 (*in)[i].DeepCopyInto(&(*out)[i])
651 func (in *ConfigMapList) DeepCopy() *ConfigMapList {
652 if in == nil {
656 in.DeepCopyInto(out)
661 func (in *ConfigMapList) DeepCopyObject() runtime.Object {
662 if c := in.DeepCopy(); c != nil {
669 func (in *ConfigMapNodeConfigSource) DeepCopyInto(out *ConfigMapNodeConfigSource) {
670 *out = *in
675 func (in *ConfigMapNodeConfigSource) DeepCopy() *ConfigMapNodeConfigSource {
676 if in == nil {
680 in.DeepCopyInto(out)
685 func (in *ConfigMapProjection) DeepCopyInto(out *ConfigMapProjection) {
686 *out = *in
687 out.LocalObjectReference = in.LocalObjectReference
688 if in.Items != nil {
689 in, out := &in.Items, &out.Items
690 *out = make([]KeyToPath, len(*in))
691 for i := range *in {
692 (*in)[i].DeepCopyInto(&(*out)[i])
695 if in.Optional != nil {
696 in, out := &in.Optional, &out.Optional
697 if *in == nil {
701 **out = **in
708 func (in *ConfigMapProjection) DeepCopy() *ConfigMapProjection {
709 if in == nil {
713 in.DeepCopyInto(out)
718 func (in *ConfigMapVolumeSource) DeepCopyInto(out *ConfigMapVolumeSource) {
719 *out = *in
720 out.LocalObjectReference = in.LocalObjectReference
721 if in.Items != nil {
722 in, out := &in.Items, &out.Items
723 *out = make([]KeyToPath, len(*in))
724 for i := range *in {
725 (*in)[i].DeepCopyInto(&(*out)[i])
728 if in.DefaultMode != nil {
729 in, out := &in.DefaultMode, &out.DefaultMode
730 if *in == nil {
734 **out = **in
737 if in.Optional != nil {
738 in, out := &in.Optional, &out.Optional
739 if *in == nil {
743 **out = **in
750 func (in *ConfigMapVolumeSource) DeepCopy() *ConfigMapVolumeSource {
751 if in == nil {
755 in.DeepCopyInto(out)
760 func (in *Container) DeepCopyInto(out *Container) {
761 *out = *in
762 if in.Command != nil {
763 in, out := &in.Command, &out.Command
764 *out = make([]string, len(*in))
765 copy(*out, *in)
767 if in.Args != nil {
768 in, out := &in.Args, &out.Args
769 *out = make([]string, len(*in))
770 copy(*out, *in)
772 if in.Ports != nil {
773 in, out := &in.Ports, &out.Ports
774 *out = make([]ContainerPort, len(*in))
775 copy(*out, *in)
777 if in.EnvFrom != nil {
778 in, out := &in.EnvFrom, &out.EnvFrom
779 *out = make([]EnvFromSource, len(*in))
780 for i := range *in {
781 (*in)[i].DeepCopyInto(&(*out)[i])
784 if in.Env != nil {
785 in, out := &in.Env, &out.Env
786 *out = make([]EnvVar, len(*in))
787 for i := range *in {
788 (*in)[i].DeepCopyInto(&(*out)[i])
791 in.Resources.DeepCopyInto(&out.Resources)
792 if in.VolumeMounts != nil {
793 in, out := &in.VolumeMounts, &out.VolumeMounts
794 *out = make([]VolumeMount, len(*in))
795 for i := range *in {
796 (*in)[i].DeepCopyInto(&(*out)[i])
799 if in.VolumeDevices != nil {
800 in, out := &in.VolumeDevices, &out.VolumeDevices
801 *out = make([]VolumeDevice, len(*in))
802 copy(*out, *in)
804 if in.LivenessProbe != nil {
805 in, out := &in.LivenessProbe, &out.LivenessProbe
806 if *in == nil {
810 (*in).DeepCopyInto(*out)
813 if in.ReadinessProbe != nil {
814 in, out := &in.ReadinessProbe, &out.ReadinessProbe
815 if *in == nil {
819 (*in).DeepCopyInto(*out)
822 if in.Lifecycle != nil {
823 in, out := &in.Lifecycle, &out.Lifecycle
824 if *in == nil {
828 (*in).DeepCopyInto(*out)
831 if in.SecurityContext != nil {
832 in, out := &in.SecurityContext, &out.SecurityContext
833 if *in == nil {
837 (*in).DeepCopyInto(*out)
844 func (in *Container) DeepCopy() *Container {
845 if in == nil {
849 in.DeepCopyInto(out)
854 func (in *ContainerImage) DeepCopyInto(out *ContainerImage) {
855 *out = *in
856 if in.Names != nil {
857 in, out := &in.Names, &out.Names
858 *out = make([]string, len(*in))
859 copy(*out, *in)
865 func (in *ContainerImage) DeepCopy() *ContainerImage {
866 if in == nil {
870 in.DeepCopyInto(out)
875 func (in *ContainerPort) DeepCopyInto(out *ContainerPort) {
876 *out = *in
881 func (in *ContainerPort) DeepCopy() *ContainerPort {
882 if in == nil {
886 in.DeepCopyInto(out)
891 func (in *ContainerState) DeepCopyInto(out *ContainerState) {
892 *out = *in
893 if in.Waiting != nil {
894 in, out := &in.Waiting, &out.Waiting
895 if *in == nil {
899 **out = **in
902 if in.Running != nil {
903 in, out := &in.Running, &out.Running
904 if *in == nil {
908 (*in).DeepCopyInto(*out)
911 if in.Terminated != nil {
912 in, out := &in.Terminated, &out.Terminated
913 if *in == nil {
917 (*in).DeepCopyInto(*out)
924 func (in *ContainerState) DeepCopy() *ContainerState {
925 if in == nil {
929 in.DeepCopyInto(out)
934 func (in *ContainerStateRunning) DeepCopyInto(out *ContainerStateRunning) {
935 *out = *in
936 in.StartedAt.DeepCopyInto(&out.StartedAt)
941 func (in *ContainerStateRunning) DeepCopy() *ContainerStateRunning {
942 if in == nil {
946 in.DeepCopyInto(out)
951 func (in *ContainerStateTerminated) DeepCopyInto(out *ContainerStateTerminated) {
952 *out = *in
953 in.StartedAt.DeepCopyInto(&out.StartedAt)
954 in.FinishedAt.DeepCopyInto(&out.FinishedAt)
959 func (in *ContainerStateTerminated) DeepCopy() *ContainerStateTerminated {
960 if in == nil {
964 in.DeepCopyInto(out)
969 func (in *ContainerStateWaiting) DeepCopyInto(out *ContainerStateWaiting) {
970 *out = *in
975 func (in *ContainerStateWaiting) DeepCopy() *ContainerStateWaiting {
976 if in == nil {
980 in.DeepCopyInto(out)
985 func (in *ContainerStatus) DeepCopyInto(out *ContainerStatus) {
986 *out = *in
987 in.State.DeepCopyInto(&out.State)
988 in.LastTerminationState.DeepCopyInto(&out.LastTerminationState)
993 func (in *ContainerStatus) DeepCopy() *ContainerStatus {
994 if in == nil {
998 in.DeepCopyInto(out)
1003 func (in *DaemonEndpoint) DeepCopyInto(out *DaemonEndpoint) {
1004 *out = *in
1009 func (in *DaemonEndpoint) DeepCopy() *DaemonEndpoint {
1010 if in == nil {
1014 in.DeepCopyInto(out)
1019 func (in *DownwardAPIProjection) DeepCopyInto(out *DownwardAPIProjection) {
1020 *out = *in
1021 if in.Items != nil {
1022 in, out := &in.Items, &out.Items
1023 *out = make([]DownwardAPIVolumeFile, len(*in))
1024 for i := range *in {
1025 (*in)[i].DeepCopyInto(&(*out)[i])
1032 func (in *DownwardAPIProjection) DeepCopy() *DownwardAPIProjection {
1033 if in == nil {
1037 in.DeepCopyInto(out)
1042 func (in *DownwardAPIVolumeFile) DeepCopyInto(out *DownwardAPIVolumeFile) {
1043 *out = *in
1044 if in.FieldRef != nil {
1045 in, out := &in.FieldRef, &out.FieldRef
1046 if *in == nil {
1050 **out = **in
1053 if in.ResourceFieldRef != nil {
1054 in, out := &in.ResourceFieldRef, &out.ResourceFieldRef
1055 if *in == nil {
1059 (*in).DeepCopyInto(*out)
1062 if in.Mode != nil {
1063 in, out := &in.Mode, &out.Mode
1064 if *in == nil {
1068 **out = **in
1075 func (in *DownwardAPIVolumeFile) DeepCopy() *DownwardAPIVolumeFile {
1076 if in == nil {
1080 in.DeepCopyInto(out)
1085 func (in *DownwardAPIVolumeSource) DeepCopyInto(out *DownwardAPIVolumeSource) {
1086 *out = *in
1087 if in.Items != nil {
1088 in, out := &in.Items, &out.Items
1089 *out = make([]DownwardAPIVolumeFile, len(*in))
1090 for i := range *in {
1091 (*in)[i].DeepCopyInto(&(*out)[i])
1094 if in.DefaultMode != nil {
1095 in, out := &in.DefaultMode, &out.DefaultMode
1096 if *in == nil {
1100 **out = **in
1107 func (in *DownwardAPIVolumeSource) DeepCopy() *DownwardAPIVolumeSource {
1108 if in == nil {
1112 in.DeepCopyInto(out)
1117 func (in *EmptyDirVolumeSource) DeepCopyInto(out *EmptyDirVolumeSource) {
1118 *out = *in
1119 if in.SizeLimit != nil {
1120 in, out := &in.SizeLimit, &out.SizeLimit
1121 if *in == nil {
1124 x := (*in).DeepCopy()
1132 func (in *EmptyDirVolumeSource) DeepCopy() *EmptyDirVolumeSource {
1133 if in == nil {
1137 in.DeepCopyInto(out)
1142 func (in *EndpointAddress) DeepCopyInto(out *EndpointAddress) {
1143 *out = *in
1144 if in.NodeName != nil {
1145 in, out := &in.NodeName, &out.NodeName
1146 if *in == nil {
1150 **out = **in
1153 if in.TargetRef != nil {
1154 in, out := &in.TargetRef, &out.TargetRef
1155 if *in == nil {
1159 **out = **in
1166 func (in *EndpointAddress) DeepCopy() *EndpointAddress {
1167 if in == nil {
1171 in.DeepCopyInto(out)
1176 func (in *EndpointPort) DeepCopyInto(out *EndpointPort) {
1177 *out = *in
1182 func (in *EndpointPort) DeepCopy() *EndpointPort {
1183 if in == nil {
1187 in.DeepCopyInto(out)
1192 func (in *EndpointSubset) DeepCopyInto(out *EndpointSubset) {
1193 *out = *in
1194 if in.Addresses != nil {
1195 in, out := &in.Addresses, &out.Addresses
1196 *out = make([]EndpointAddress, len(*in))
1197 for i := range *in {
1198 (*in)[i].DeepCopyInto(&(*out)[i])
1201 if in.NotReadyAddresses != nil {
1202 in, out := &in.NotReadyAddresses, &out.NotReadyAddresses
1203 *out = make([]EndpointAddress, len(*in))
1204 for i := range *in {
1205 (*in)[i].DeepCopyInto(&(*out)[i])
1208 if in.Ports != nil {
1209 in, out := &in.Ports, &out.Ports
1210 *out = make([]EndpointPort, len(*in))
1211 copy(*out, *in)
1217 func (in *EndpointSubset) DeepCopy() *EndpointSubset {
1218 if in == nil {
1222 in.DeepCopyInto(out)
1227 func (in *Endpoints) DeepCopyInto(out *Endpoints) {
1228 *out = *in
1229 out.TypeMeta = in.TypeMeta
1230 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
1231 if in.Subsets != nil {
1232 in, out := &in.Subsets, &out.Subsets
1233 *out = make([]EndpointSubset, len(*in))
1234 for i := range *in {
1235 (*in)[i].DeepCopyInto(&(*out)[i])
1242 func (in *Endpoints) DeepCopy() *Endpoints {
1243 if in == nil {
1247 in.DeepCopyInto(out)
1252 func (in *Endpoints) DeepCopyObject() runtime.Object {
1253 if c := in.DeepCopy(); c != nil {
1260 func (in *EndpointsList) DeepCopyInto(out *EndpointsList) {
1261 *out = *in
1262 out.TypeMeta = in.TypeMeta
1263 out.ListMeta = in.ListMeta
1264 if in.Items != nil {
1265 in, out := &in.Items, &out.Items
1266 *out = make([]Endpoints, len(*in))
1267 for i := range *in {
1268 (*in)[i].DeepCopyInto(&(*out)[i])
1275 func (in *EndpointsList) DeepCopy() *EndpointsList {
1276 if in == nil {
1280 in.DeepCopyInto(out)
1285 func (in *EndpointsList) DeepCopyObject() runtime.Object {
1286 if c := in.DeepCopy(); c != nil {
1293 func (in *EnvFromSource) DeepCopyInto(out *EnvFromSource) {
1294 *out = *in
1295 if in.ConfigMapRef != nil {
1296 in, out := &in.ConfigMapRef, &out.ConfigMapRef
1297 if *in == nil {
1301 (*in).DeepCopyInto(*out)
1304 if in.SecretRef != nil {
1305 in, out := &in.SecretRef, &out.SecretRef
1306 if *in == nil {
1310 (*in).DeepCopyInto(*out)
1317 func (in *EnvFromSource) DeepCopy() *EnvFromSource {
1318 if in == nil {
1322 in.DeepCopyInto(out)
1327 func (in *EnvVar) DeepCopyInto(out *EnvVar) {
1328 *out = *in
1329 if in.ValueFrom != nil {
1330 in, out := &in.ValueFrom, &out.ValueFrom
1331 if *in == nil {
1335 (*in).DeepCopyInto(*out)
1342 func (in *EnvVar) DeepCopy() *EnvVar {
1343 if in == nil {
1347 in.DeepCopyInto(out)
1352 func (in *EnvVarSource) DeepCopyInto(out *EnvVarSource) {
1353 *out = *in
1354 if in.FieldRef != nil {
1355 in, out := &in.FieldRef, &out.FieldRef
1356 if *in == nil {
1360 **out = **in
1363 if in.ResourceFieldRef != nil {
1364 in, out := &in.ResourceFieldRef, &out.ResourceFieldRef
1365 if *in == nil {
1369 (*in).DeepCopyInto(*out)
1372 if in.ConfigMapKeyRef != nil {
1373 in, out := &in.ConfigMapKeyRef, &out.ConfigMapKeyRef
1374 if *in == nil {
1378 (*in).DeepCopyInto(*out)
1381 if in.SecretKeyRef != nil {
1382 in, out := &in.SecretKeyRef, &out.SecretKeyRef
1383 if *in == nil {
1387 (*in).DeepCopyInto(*out)
1394 func (in *EnvVarSource) DeepCopy() *EnvVarSource {
1395 if in == nil {
1399 in.DeepCopyInto(out)
1404 func (in *Event) DeepCopyInto(out *Event) {
1405 *out = *in
1406 out.TypeMeta = in.TypeMeta
1407 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
1408 out.InvolvedObject = in.InvolvedObject
1409 out.Source = in.Source
1410 in.FirstTimestamp.DeepCopyInto(&out.FirstTimestamp)
1411 in.LastTimestamp.DeepCopyInto(&out.LastTimestamp)
1412 in.EventTime.DeepCopyInto(&out.EventTime)
1413 if in.Series != nil {
1414 in, out := &in.Series, &out.Series
1415 if *in == nil {
1419 (*in).DeepCopyInto(*out)
1422 if in.Related != nil {
1423 in, out := &in.Related, &out.Related
1424 if *in == nil {
1428 **out = **in
1435 func (in *Event) DeepCopy() *Event {
1436 if in == nil {
1440 in.DeepCopyInto(out)
1445 func (in *Event) DeepCopyObject() runtime.Object {
1446 if c := in.DeepCopy(); c != nil {
1453 func (in *EventList) DeepCopyInto(out *EventList) {
1454 *out = *in
1455 out.TypeMeta = in.TypeMeta
1456 out.ListMeta = in.ListMeta
1457 if in.Items != nil {
1458 in, out := &in.Items, &out.Items
1459 *out = make([]Event, len(*in))
1460 for i := range *in {
1461 (*in)[i].DeepCopyInto(&(*out)[i])
1468 func (in *EventList) DeepCopy() *EventList {
1469 if in == nil {
1473 in.DeepCopyInto(out)
1478 func (in *EventList) DeepCopyObject() runtime.Object {
1479 if c := in.DeepCopy(); c != nil {
1486 func (in *EventSeries) DeepCopyInto(out *EventSeries) {
1487 *out = *in
1488 in.LastObservedTime.DeepCopyInto(&out.LastObservedTime)
1493 func (in *EventSeries) DeepCopy() *EventSeries {
1494 if in == nil {
1498 in.DeepCopyInto(out)
1503 func (in *EventSource) DeepCopyInto(out *EventSource) {
1504 *out = *in
1509 func (in *EventSource) DeepCopy() *EventSource {
1510 if in == nil {
1514 in.DeepCopyInto(out)
1519 func (in *ExecAction) DeepCopyInto(out *ExecAction) {
1520 *out = *in
1521 if in.Command != nil {
1522 in, out := &in.Command, &out.Command
1523 *out = make([]string, len(*in))
1524 copy(*out, *in)
1530 func (in *ExecAction) DeepCopy() *ExecAction {
1531 if in == nil {
1535 in.DeepCopyInto(out)
1540 func (in *FCVolumeSource) DeepCopyInto(out *FCVolumeSource) {
1541 *out = *in
1542 if in.TargetWWNs != nil {
1543 in, out := &in.TargetWWNs, &out.TargetWWNs
1544 *out = make([]string, len(*in))
1545 copy(*out, *in)
1547 if in.Lun != nil {
1548 in, out := &in.Lun, &out.Lun
1549 if *in == nil {
1553 **out = **in
1556 if in.WWIDs != nil {
1557 in, out := &in.WWIDs, &out.WWIDs
1558 *out = make([]string, len(*in))
1559 copy(*out, *in)
1565 func (in *FCVolumeSource) DeepCopy() *FCVolumeSource {
1566 if in == nil {
1570 in.DeepCopyInto(out)
1575 func (in *FlexPersistentVolumeSource) DeepCopyInto(out *FlexPersistentVolumeSource) {
1576 *out = *in
1577 if in.SecretRef != nil {
1578 in, out := &in.SecretRef, &out.SecretRef
1579 if *in == nil {
1583 **out = **in
1586 if in.Options != nil {
1587 in, out := &in.Options, &out.Options
1588 *out = make(map[string]string, len(*in))
1589 for key, val := range *in {
1597 func (in *FlexPersistentVolumeSource) DeepCopy() *FlexPersistentVolumeSource {
1598 if in == nil {
1602 in.DeepCopyInto(out)
1607 func (in *FlexVolumeSource) DeepCopyInto(out *FlexVolumeSource) {
1608 *out = *in
1609 if in.SecretRef != nil {
1610 in, out := &in.SecretRef, &out.SecretRef
1611 if *in == nil {
1615 **out = **in
1618 if in.Options != nil {
1619 in, out := &in.Options, &out.Options
1620 *out = make(map[string]string, len(*in))
1621 for key, val := range *in {
1629 func (in *FlexVolumeSource) DeepCopy() *FlexVolumeSource {
1630 if in == nil {
1634 in.DeepCopyInto(out)
1639 func (in *FlockerVolumeSource) DeepCopyInto(out *FlockerVolumeSource) {
1640 *out = *in
1645 func (in *FlockerVolumeSource) DeepCopy() *FlockerVolumeSource {
1646 if in == nil {
1650 in.DeepCopyInto(out)
1655 func (in *GCEPersistentDiskVolumeSource) DeepCopyInto(out *GCEPersistentDiskVolumeSource) {
1656 *out = *in
1661 func (in *GCEPersistentDiskVolumeSource) DeepCopy() *GCEPersistentDiskVolumeSource {
1662 if in == nil {
1666 in.DeepCopyInto(out)
1671 func (in *GitRepoVolumeSource) DeepCopyInto(out *GitRepoVolumeSource) {
1672 *out = *in
1677 func (in *GitRepoVolumeSource) DeepCopy() *GitRepoVolumeSource {
1678 if in == nil {
1682 in.DeepCopyInto(out)
1687 func (in *GlusterfsVolumeSource) DeepCopyInto(out *GlusterfsVolumeSource) {
1688 *out = *in
1693 func (in *GlusterfsVolumeSource) DeepCopy() *GlusterfsVolumeSource {
1694 if in == nil {
1698 in.DeepCopyInto(out)
1703 func (in *HTTPGetAction) DeepCopyInto(out *HTTPGetAction) {
1704 *out = *in
1705 out.Port = in.Port
1706 if in.HTTPHeaders != nil {
1707 in, out := &in.HTTPHeaders, &out.HTTPHeaders
1708 *out = make([]HTTPHeader, len(*in))
1709 copy(*out, *in)
1715 func (in *HTTPGetAction) DeepCopy() *HTTPGetAction {
1716 if in == nil {
1720 in.DeepCopyInto(out)
1725 func (in *HTTPHeader) DeepCopyInto(out *HTTPHeader) {
1726 *out = *in
1731 func (in *HTTPHeader) DeepCopy() *HTTPHeader {
1732 if in == nil {
1736 in.DeepCopyInto(out)
1741 func (in *Handler) DeepCopyInto(out *Handler) {
1742 *out = *in
1743 if in.Exec != nil {
1744 in, out := &in.Exec, &out.Exec
1745 if *in == nil {
1749 (*in).DeepCopyInto(*out)
1752 if in.HTTPGet != nil {
1753 in, out := &in.HTTPGet, &out.HTTPGet
1754 if *in == nil {
1758 (*in).DeepCopyInto(*out)
1761 if in.TCPSocket != nil {
1762 in, out := &in.TCPSocket, &out.TCPSocket
1763 if *in == nil {
1767 **out = **in
1774 func (in *Handler) DeepCopy() *Handler {
1775 if in == nil {
1779 in.DeepCopyInto(out)
1784 func (in *HostAlias) DeepCopyInto(out *HostAlias) {
1785 *out = *in
1786 if in.Hostnames != nil {
1787 in, out := &in.Hostnames, &out.Hostnames
1788 *out = make([]string, len(*in))
1789 copy(*out, *in)
1795 func (in *HostAlias) DeepCopy() *HostAlias {
1796 if in == nil {
1800 in.DeepCopyInto(out)
1805 func (in *HostPathVolumeSource) DeepCopyInto(out *HostPathVolumeSource) {
1806 *out = *in
1807 if in.Type != nil {
1808 in, out := &in.Type, &out.Type
1809 if *in == nil {
1813 **out = **in
1820 func (in *HostPathVolumeSource) DeepCopy() *HostPathVolumeSource {
1821 if in == nil {
1825 in.DeepCopyInto(out)
1830 func (in *ISCSIPersistentVolumeSource) DeepCopyInto(out *ISCSIPersistentVolumeSource) {
1831 *out = *in
1832 if in.Portals != nil {
1833 in, out := &in.Portals, &out.Portals
1834 *out = make([]string, len(*in))
1835 copy(*out, *in)
1837 if in.SecretRef != nil {
1838 in, out := &in.SecretRef, &out.SecretRef
1839 if *in == nil {
1843 **out = **in
1846 if in.InitiatorName != nil {
1847 in, out := &in.InitiatorName, &out.InitiatorName
1848 if *in == nil {
1852 **out = **in
1859 func (in *ISCSIPersistentVolumeSource) DeepCopy() *ISCSIPersistentVolumeSource {
1860 if in == nil {
1864 in.DeepCopyInto(out)
1869 func (in *ISCSIVolumeSource) DeepCopyInto(out *ISCSIVolumeSource) {
1870 *out = *in
1871 if in.Portals != nil {
1872 in, out := &in.Portals, &out.Portals
1873 *out = make([]string, len(*in))
1874 copy(*out, *in)
1876 if in.SecretRef != nil {
1877 in, out := &in.SecretRef, &out.SecretRef
1878 if *in == nil {
1882 **out = **in
1885 if in.InitiatorName != nil {
1886 in, out := &in.InitiatorName, &out.InitiatorName
1887 if *in == nil {
1891 **out = **in
1898 func (in *ISCSIVolumeSource) DeepCopy() *ISCSIVolumeSource {
1899 if in == nil {
1903 in.DeepCopyInto(out)
1908 func (in *KeyToPath) DeepCopyInto(out *KeyToPath) {
1909 *out = *in
1910 if in.Mode != nil {
1911 in, out := &in.Mode, &out.Mode
1912 if *in == nil {
1916 **out = **in
1923 func (in *KeyToPath) DeepCopy() *KeyToPath {
1924 if in == nil {
1928 in.DeepCopyInto(out)
1933 func (in *Lifecycle) DeepCopyInto(out *Lifecycle) {
1934 *out = *in
1935 if in.PostStart != nil {
1936 in, out := &in.PostStart, &out.PostStart
1937 if *in == nil {
1941 (*in).DeepCopyInto(*out)
1944 if in.PreStop != nil {
1945 in, out := &in.PreStop, &out.PreStop
1946 if *in == nil {
1950 (*in).DeepCopyInto(*out)
1957 func (in *Lifecycle) DeepCopy() *Lifecycle {
1958 if in == nil {
1962 in.DeepCopyInto(out)
1967 func (in *LimitRange) DeepCopyInto(out *LimitRange) {
1968 *out = *in
1969 out.TypeMeta = in.TypeMeta
1970 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
1971 in.Spec.DeepCopyInto(&out.Spec)
1976 func (in *LimitRange) DeepCopy() *LimitRange {
1977 if in == nil {
1981 in.DeepCopyInto(out)
1986 func (in *LimitRange) DeepCopyObject() runtime.Object {
1987 if c := in.DeepCopy(); c != nil {
1994 func (in *LimitRangeItem) DeepCopyInto(out *LimitRangeItem) {
1995 *out = *in
1996 if in.Max != nil {
1997 in, out := &in.Max, &out.Max
1998 *out = make(ResourceList, len(*in))
1999 for key, val := range *in {
2003 if in.Min != nil {
2004 in, out := &in.Min, &out.Min
2005 *out = make(ResourceList, len(*in))
2006 for key, val := range *in {
2010 if in.Default != nil {
2011 in, out := &in.Default, &out.Default
2012 *out = make(ResourceList, len(*in))
2013 for key, val := range *in {
2017 if in.DefaultRequest != nil {
2018 in, out := &in.DefaultRequest, &out.DefaultRequest
2019 *out = make(ResourceList, len(*in))
2020 for key, val := range *in {
2024 if in.MaxLimitRequestRatio != nil {
2025 in, out := &in.MaxLimitRequestRatio, &out.MaxLimitRequestRatio
2026 *out = make(ResourceList, len(*in))
2027 for key, val := range *in {
2035 func (in *LimitRangeItem) DeepCopy() *LimitRangeItem {
2036 if in == nil {
2040 in.DeepCopyInto(out)
2045 func (in *LimitRangeList) DeepCopyInto(out *LimitRangeList) {
2046 *out = *in
2047 out.TypeMeta = in.TypeMeta
2048 out.ListMeta = in.ListMeta
2049 if in.Items != nil {
2050 in, out := &in.Items, &out.Items
2051 *out = make([]LimitRange, len(*in))
2052 for i := range *in {
2053 (*in)[i].DeepCopyInto(&(*out)[i])
2060 func (in *LimitRangeList) DeepCopy() *LimitRangeList {
2061 if in == nil {
2065 in.DeepCopyInto(out)
2070 func (in *LimitRangeList) DeepCopyObject() runtime.Object {
2071 if c := in.DeepCopy(); c != nil {
2078 func (in *LimitRangeSpec) DeepCopyInto(out *LimitRangeSpec) {
2079 *out = *in
2080 if in.Limits != nil {
2081 in, out := &in.Limits, &out.Limits
2082 *out = make([]LimitRangeItem, len(*in))
2083 for i := range *in {
2084 (*in)[i].DeepCopyInto(&(*out)[i])
2091 func (in *LimitRangeSpec) DeepCopy() *LimitRangeSpec {
2092 if in == nil {
2096 in.DeepCopyInto(out)
2101 func (in *List) DeepCopyInto(out *List) {
2102 *out = *in
2103 out.TypeMeta = in.TypeMeta
2104 out.ListMeta = in.ListMeta
2105 if in.Items != nil {
2106 in, out := &in.Items, &out.Items
2107 *out = make([]runtime.RawExtension, len(*in))
2108 for i := range *in {
2109 (*in)[i].DeepCopyInto(&(*out)[i])
2116 func (in *List) DeepCopy() *List {
2117 if in == nil {
2121 in.DeepCopyInto(out)
2126 func (in *List) DeepCopyObject() runtime.Object {
2127 if c := in.DeepCopy(); c != nil {
2134 func (in *LoadBalancerIngress) DeepCopyInto(out *LoadBalancerIngress) {
2135 *out = *in
2140 func (in *LoadBalancerIngress) DeepCopy() *LoadBalancerIngress {
2141 if in == nil {
2145 in.DeepCopyInto(out)
2150 func (in *LoadBalancerStatus) DeepCopyInto(out *LoadBalancerStatus) {
2151 *out = *in
2152 if in.Ingress != nil {
2153 in, out := &in.Ingress, &out.Ingress
2154 *out = make([]LoadBalancerIngress, len(*in))
2155 copy(*out, *in)
2161 func (in *LoadBalancerStatus) DeepCopy() *LoadBalancerStatus {
2162 if in == nil {
2166 in.DeepCopyInto(out)
2171 func (in *LocalObjectReference) DeepCopyInto(out *LocalObjectReference) {
2172 *out = *in
2177 func (in *LocalObjectReference) DeepCopy() *LocalObjectReference {
2178 if in == nil {
2182 in.DeepCopyInto(out)
2187 func (in *LocalVolumeSource) DeepCopyInto(out *LocalVolumeSource) {
2188 *out = *in
2193 func (in *LocalVolumeSource) DeepCopy() *LocalVolumeSource {
2194 if in == nil {
2198 in.DeepCopyInto(out)
2203 func (in *NFSVolumeSource) DeepCopyInto(out *NFSVolumeSource) {
2204 *out = *in
2209 func (in *NFSVolumeSource) DeepCopy() *NFSVolumeSource {
2210 if in == nil {
2214 in.DeepCopyInto(out)
2219 func (in *Namespace) DeepCopyInto(out *Namespace) {
2220 *out = *in
2221 out.TypeMeta = in.TypeMeta
2222 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
2223 in.Spec.DeepCopyInto(&out.Spec)
2224 out.Status = in.Status
2229 func (in *Namespace) DeepCopy() *Namespace {
2230 if in == nil {
2234 in.DeepCopyInto(out)
2239 func (in *Namespace) DeepCopyObject() runtime.Object {
2240 if c := in.DeepCopy(); c != nil {
2247 func (in *NamespaceList) DeepCopyInto(out *NamespaceList) {
2248 *out = *in
2249 out.TypeMeta = in.TypeMeta
2250 out.ListMeta = in.ListMeta
2251 if in.Items != nil {
2252 in, out := &in.Items, &out.Items
2253 *out = make([]Namespace, len(*in))
2254 for i := range *in {
2255 (*in)[i].DeepCopyInto(&(*out)[i])
2262 func (in *NamespaceList) DeepCopy() *NamespaceList {
2263 if in == nil {
2267 in.DeepCopyInto(out)
2272 func (in *NamespaceList) DeepCopyObject() runtime.Object {
2273 if c := in.DeepCopy(); c != nil {
2280 func (in *NamespaceSpec) DeepCopyInto(out *NamespaceSpec) {
2281 *out = *in
2282 if in.Finalizers != nil {
2283 in, out := &in.Finalizers, &out.Finalizers
2284 *out = make([]FinalizerName, len(*in))
2285 copy(*out, *in)
2291 func (in *NamespaceSpec) DeepCopy() *NamespaceSpec {
2292 if in == nil {
2296 in.DeepCopyInto(out)
2301 func (in *NamespaceStatus) DeepCopyInto(out *NamespaceStatus) {
2302 *out = *in
2307 func (in *NamespaceStatus) DeepCopy() *NamespaceStatus {
2308 if in == nil {
2312 in.DeepCopyInto(out)
2317 func (in *Node) DeepCopyInto(out *Node) {
2318 *out = *in
2319 out.TypeMeta = in.TypeMeta
2320 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
2321 in.Spec.DeepCopyInto(&out.Spec)
2322 in.Status.DeepCopyInto(&out.Status)
2327 func (in *Node) DeepCopy() *Node {
2328 if in == nil {
2332 in.DeepCopyInto(out)
2337 func (in *Node) DeepCopyObject() runtime.Object {
2338 if c := in.DeepCopy(); c != nil {
2345 func (in *NodeAddress) DeepCopyInto(out *NodeAddress) {
2346 *out = *in
2351 func (in *NodeAddress) DeepCopy() *NodeAddress {
2352 if in == nil {
2356 in.DeepCopyInto(out)
2361 func (in *NodeAffinity) DeepCopyInto(out *NodeAffinity) {
2362 *out = *in
2363 if in.RequiredDuringSchedulingIgnoredDuringExecution != nil {
2364in, out := &in.RequiredDuringSchedulingIgnoredDuringExecution, &out.RequiredDuringSchedulingIgnore…
2365 if *in == nil {
2369 (*in).DeepCopyInto(*out)
2372 if in.PreferredDuringSchedulingIgnoredDuringExecution != nil {
2373in, out := &in.PreferredDuringSchedulingIgnoredDuringExecution, &out.PreferredDuringSchedulingIgno…
2374 *out = make([]PreferredSchedulingTerm, len(*in))
2375 for i := range *in {
2376 (*in)[i].DeepCopyInto(&(*out)[i])
2383 func (in *NodeAffinity) DeepCopy() *NodeAffinity {
2384 if in == nil {
2388 in.DeepCopyInto(out)
2393 func (in *NodeCondition) DeepCopyInto(out *NodeCondition) {
2394 *out = *in
2395 in.LastHeartbeatTime.DeepCopyInto(&out.LastHeartbeatTime)
2396 in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
2401 func (in *NodeCondition) DeepCopy() *NodeCondition {
2402 if in == nil {
2406 in.DeepCopyInto(out)
2411 func (in *NodeConfigSource) DeepCopyInto(out *NodeConfigSource) {
2412 *out = *in
2413 if in.ConfigMap != nil {
2414 in, out := &in.ConfigMap, &out.ConfigMap
2415 if *in == nil {
2419 **out = **in
2426 func (in *NodeConfigSource) DeepCopy() *NodeConfigSource {
2427 if in == nil {
2431 in.DeepCopyInto(out)
2436 func (in *NodeConfigStatus) DeepCopyInto(out *NodeConfigStatus) {
2437 *out = *in
2438 if in.Assigned != nil {
2439 in, out := &in.Assigned, &out.Assigned
2440 if *in == nil {
2444 (*in).DeepCopyInto(*out)
2447 if in.Active != nil {
2448 in, out := &in.Active, &out.Active
2449 if *in == nil {
2453 (*in).DeepCopyInto(*out)
2456 if in.LastKnownGood != nil {
2457 in, out := &in.LastKnownGood, &out.LastKnownGood
2458 if *in == nil {
2462 (*in).DeepCopyInto(*out)
2469 func (in *NodeConfigStatus) DeepCopy() *NodeConfigStatus {
2470 if in == nil {
2474 in.DeepCopyInto(out)
2479 func (in *NodeDaemonEndpoints) DeepCopyInto(out *NodeDaemonEndpoints) {
2480 *out = *in
2481 out.KubeletEndpoint = in.KubeletEndpoint
2486 func (in *NodeDaemonEndpoints) DeepCopy() *NodeDaemonEndpoints {
2487 if in == nil {
2491 in.DeepCopyInto(out)
2496 func (in *NodeList) DeepCopyInto(out *NodeList) {
2497 *out = *in
2498 out.TypeMeta = in.TypeMeta
2499 out.ListMeta = in.ListMeta
2500 if in.Items != nil {
2501 in, out := &in.Items, &out.Items
2502 *out = make([]Node, len(*in))
2503 for i := range *in {
2504 (*in)[i].DeepCopyInto(&(*out)[i])
2511 func (in *NodeList) DeepCopy() *NodeList {
2512 if in == nil {
2516 in.DeepCopyInto(out)
2521 func (in *NodeList) DeepCopyObject() runtime.Object {
2522 if c := in.DeepCopy(); c != nil {
2529 func (in *NodeProxyOptions) DeepCopyInto(out *NodeProxyOptions) {
2530 *out = *in
2531 out.TypeMeta = in.TypeMeta
2536 func (in *NodeProxyOptions) DeepCopy() *NodeProxyOptions {
2537 if in == nil {
2541 in.DeepCopyInto(out)
2546 func (in *NodeProxyOptions) DeepCopyObject() runtime.Object {
2547 if c := in.DeepCopy(); c != nil {
2554 func (in *NodeResources) DeepCopyInto(out *NodeResources) {
2555 *out = *in
2556 if in.Capacity != nil {
2557 in, out := &in.Capacity, &out.Capacity
2558 *out = make(ResourceList, len(*in))
2559 for key, val := range *in {
2567 func (in *NodeResources) DeepCopy() *NodeResources {
2568 if in == nil {
2572 in.DeepCopyInto(out)
2577 func (in *NodeSelector) DeepCopyInto(out *NodeSelector) {
2578 *out = *in
2579 if in.NodeSelectorTerms != nil {
2580 in, out := &in.NodeSelectorTerms, &out.NodeSelectorTerms
2581 *out = make([]NodeSelectorTerm, len(*in))
2582 for i := range *in {
2583 (*in)[i].DeepCopyInto(&(*out)[i])
2590 func (in *NodeSelector) DeepCopy() *NodeSelector {
2591 if in == nil {
2595 in.DeepCopyInto(out)
2600 func (in *NodeSelectorRequirement) DeepCopyInto(out *NodeSelectorRequirement) {
2601 *out = *in
2602 if in.Values != nil {
2603 in, out := &in.Values, &out.Values
2604 *out = make([]string, len(*in))
2605 copy(*out, *in)
2611 func (in *NodeSelectorRequirement) DeepCopy() *NodeSelectorRequirement {
2612 if in == nil {
2616 in.DeepCopyInto(out)
2621 func (in *NodeSelectorTerm) DeepCopyInto(out *NodeSelectorTerm) {
2622 *out = *in
2623 if in.MatchExpressions != nil {
2624 in, out := &in.MatchExpressions, &out.MatchExpressions
2625 *out = make([]NodeSelectorRequirement, len(*in))
2626 for i := range *in {
2627 (*in)[i].DeepCopyInto(&(*out)[i])
2630 if in.MatchFields != nil {
2631 in, out := &in.MatchFields, &out.MatchFields
2632 *out = make([]NodeSelectorRequirement, len(*in))
2633 for i := range *in {
2634 (*in)[i].DeepCopyInto(&(*out)[i])
2641 func (in *NodeSelectorTerm) DeepCopy() *NodeSelectorTerm {
2642 if in == nil {
2646 in.DeepCopyInto(out)
2651 func (in *NodeSpec) DeepCopyInto(out *NodeSpec) {
2652 *out = *in
2653 if in.Taints != nil {
2654 in, out := &in.Taints, &out.Taints
2655 *out = make([]Taint, len(*in))
2656 for i := range *in {
2657 (*in)[i].DeepCopyInto(&(*out)[i])
2660 if in.ConfigSource != nil {
2661 in, out := &in.ConfigSource, &out.ConfigSource
2662 if *in == nil {
2666 (*in).DeepCopyInto(*out)
2673 func (in *NodeSpec) DeepCopy() *NodeSpec {
2674 if in == nil {
2678 in.DeepCopyInto(out)
2683 func (in *NodeStatus) DeepCopyInto(out *NodeStatus) {
2684 *out = *in
2685 if in.Capacity != nil {
2686 in, out := &in.Capacity, &out.Capacity
2687 *out = make(ResourceList, len(*in))
2688 for key, val := range *in {
2692 if in.Allocatable != nil {
2693 in, out := &in.Allocatable, &out.Allocatable
2694 *out = make(ResourceList, len(*in))
2695 for key, val := range *in {
2699 if in.Conditions != nil {
2700 in, out := &in.Conditions, &out.Conditions
2701 *out = make([]NodeCondition, len(*in))
2702 for i := range *in {
2703 (*in)[i].DeepCopyInto(&(*out)[i])
2706 if in.Addresses != nil {
2707 in, out := &in.Addresses, &out.Addresses
2708 *out = make([]NodeAddress, len(*in))
2709 copy(*out, *in)
2711 out.DaemonEndpoints = in.DaemonEndpoints
2712 out.NodeInfo = in.NodeInfo
2713 if in.Images != nil {
2714 in, out := &in.Images, &out.Images
2715 *out = make([]ContainerImage, len(*in))
2716 for i := range *in {
2717 (*in)[i].DeepCopyInto(&(*out)[i])
2720 if in.VolumesInUse != nil {
2721 in, out := &in.VolumesInUse, &out.VolumesInUse
2722 *out = make([]UniqueVolumeName, len(*in))
2723 copy(*out, *in)
2725 if in.VolumesAttached != nil {
2726 in, out := &in.VolumesAttached, &out.VolumesAttached
2727 *out = make([]AttachedVolume, len(*in))
2728 copy(*out, *in)
2730 if in.Config != nil {
2731 in, out := &in.Config, &out.Config
2732 if *in == nil {
2736 (*in).DeepCopyInto(*out)
2743 func (in *NodeStatus) DeepCopy() *NodeStatus {
2744 if in == nil {
2748 in.DeepCopyInto(out)
2753 func (in *NodeSystemInfo) DeepCopyInto(out *NodeSystemInfo) {
2754 *out = *in
2759 func (in *NodeSystemInfo) DeepCopy() *NodeSystemInfo {
2760 if in == nil {
2764 in.DeepCopyInto(out)
2769 func (in *ObjectFieldSelector) DeepCopyInto(out *ObjectFieldSelector) {
2770 *out = *in
2775 func (in *ObjectFieldSelector) DeepCopy() *ObjectFieldSelector {
2776 if in == nil {
2780 in.DeepCopyInto(out)
2785 func (in *ObjectReference) DeepCopyInto(out *ObjectReference) {
2786 *out = *in
2791 func (in *ObjectReference) DeepCopy() *ObjectReference {
2792 if in == nil {
2796 in.DeepCopyInto(out)
2801 func (in *ObjectReference) DeepCopyObject() runtime.Object {
2802 if c := in.DeepCopy(); c != nil {
2809 func (in *PersistentVolume) DeepCopyInto(out *PersistentVolume) {
2810 *out = *in
2811 out.TypeMeta = in.TypeMeta
2812 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
2813 in.Spec.DeepCopyInto(&out.Spec)
2814 out.Status = in.Status
2819 func (in *PersistentVolume) DeepCopy() *PersistentVolume {
2820 if in == nil {
2824 in.DeepCopyInto(out)
2829 func (in *PersistentVolume) DeepCopyObject() runtime.Object {
2830 if c := in.DeepCopy(); c != nil {
2837 func (in *PersistentVolumeClaim) DeepCopyInto(out *PersistentVolumeClaim) {
2838 *out = *in
2839 out.TypeMeta = in.TypeMeta
2840 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
2841 in.Spec.DeepCopyInto(&out.Spec)
2842 in.Status.DeepCopyInto(&out.Status)
2847 func (in *PersistentVolumeClaim) DeepCopy() *PersistentVolumeClaim {
2848 if in == nil {
2852 in.DeepCopyInto(out)
2857 func (in *PersistentVolumeClaim) DeepCopyObject() runtime.Object {
2858 if c := in.DeepCopy(); c != nil {
2865 func (in *PersistentVolumeClaimCondition) DeepCopyInto(out *PersistentVolumeClaimCondition) {
2866 *out = *in
2867 in.LastProbeTime.DeepCopyInto(&out.LastProbeTime)
2868 in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
2873 func (in *PersistentVolumeClaimCondition) DeepCopy() *PersistentVolumeClaimCondition {
2874 if in == nil {
2878 in.DeepCopyInto(out)
2883 func (in *PersistentVolumeClaimList) DeepCopyInto(out *PersistentVolumeClaimList) {
2884 *out = *in
2885 out.TypeMeta = in.TypeMeta
2886 out.ListMeta = in.ListMeta
2887 if in.Items != nil {
2888 in, out := &in.Items, &out.Items
2889 *out = make([]PersistentVolumeClaim, len(*in))
2890 for i := range *in {
2891 (*in)[i].DeepCopyInto(&(*out)[i])
2898 func (in *PersistentVolumeClaimList) DeepCopy() *PersistentVolumeClaimList {
2899 if in == nil {
2903 in.DeepCopyInto(out)
2908 func (in *PersistentVolumeClaimList) DeepCopyObject() runtime.Object {
2909 if c := in.DeepCopy(); c != nil {
2916 func (in *PersistentVolumeClaimSpec) DeepCopyInto(out *PersistentVolumeClaimSpec) {
2917 *out = *in
2918 if in.AccessModes != nil {
2919 in, out := &in.AccessModes, &out.AccessModes
2920 *out = make([]PersistentVolumeAccessMode, len(*in))
2921 copy(*out, *in)
2923 if in.Selector != nil {
2924 in, out := &in.Selector, &out.Selector
2925 if *in == nil {
2929 (*in).DeepCopyInto(*out)
2932 in.Resources.DeepCopyInto(&out.Resources)
2933 if in.StorageClassName != nil {
2934 in, out := &in.StorageClassName, &out.StorageClassName
2935 if *in == nil {
2939 **out = **in
2942 if in.VolumeMode != nil {
2943 in, out := &in.VolumeMode, &out.VolumeMode
2944 if *in == nil {
2948 **out = **in
2955 func (in *PersistentVolumeClaimSpec) DeepCopy() *PersistentVolumeClaimSpec {
2956 if in == nil {
2960 in.DeepCopyInto(out)
2965 func (in *PersistentVolumeClaimStatus) DeepCopyInto(out *PersistentVolumeClaimStatus) {
2966 *out = *in
2967 if in.AccessModes != nil {
2968 in, out := &in.AccessModes, &out.AccessModes
2969 *out = make([]PersistentVolumeAccessMode, len(*in))
2970 copy(*out, *in)
2972 if in.Capacity != nil {
2973 in, out := &in.Capacity, &out.Capacity
2974 *out = make(ResourceList, len(*in))
2975 for key, val := range *in {
2979 if in.Conditions != nil {
2980 in, out := &in.Conditions, &out.Conditions
2981 *out = make([]PersistentVolumeClaimCondition, len(*in))
2982 for i := range *in {
2983 (*in)[i].DeepCopyInto(&(*out)[i])
2990 func (in *PersistentVolumeClaimStatus) DeepCopy() *PersistentVolumeClaimStatus {
2991 if in == nil {
2995 in.DeepCopyInto(out)
3000 func (in *PersistentVolumeClaimVolumeSource) DeepCopyInto(out *PersistentVolumeClaimVolumeSource) {
3001 *out = *in
3006 func (in *PersistentVolumeClaimVolumeSource) DeepCopy() *PersistentVolumeClaimVolumeSource {
3007 if in == nil {
3011 in.DeepCopyInto(out)
3016 func (in *PersistentVolumeList) DeepCopyInto(out *PersistentVolumeList) {
3017 *out = *in
3018 out.TypeMeta = in.TypeMeta
3019 out.ListMeta = in.ListMeta
3020 if in.Items != nil {
3021 in, out := &in.Items, &out.Items
3022 *out = make([]PersistentVolume, len(*in))
3023 for i := range *in {
3024 (*in)[i].DeepCopyInto(&(*out)[i])
3031 func (in *PersistentVolumeList) DeepCopy() *PersistentVolumeList {
3032 if in == nil {
3036 in.DeepCopyInto(out)
3041 func (in *PersistentVolumeList) DeepCopyObject() runtime.Object {
3042 if c := in.DeepCopy(); c != nil {
3049 func (in *PersistentVolumeSource) DeepCopyInto(out *PersistentVolumeSource) {
3050 *out = *in
3051 if in.GCEPersistentDisk != nil {
3052 in, out := &in.GCEPersistentDisk, &out.GCEPersistentDisk
3053 if *in == nil {
3057 **out = **in
3060 if in.AWSElasticBlockStore != nil {
3061 in, out := &in.AWSElasticBlockStore, &out.AWSElasticBlockStore
3062 if *in == nil {
3066 **out = **in
3069 if in.HostPath != nil {
3070 in, out := &in.HostPath, &out.HostPath
3071 if *in == nil {
3075 (*in).DeepCopyInto(*out)
3078 if in.Glusterfs != nil {
3079 in, out := &in.Glusterfs, &out.Glusterfs
3080 if *in == nil {
3084 **out = **in
3087 if in.NFS != nil {
3088 in, out := &in.NFS, &out.NFS
3089 if *in == nil {
3093 **out = **in
3096 if in.RBD != nil {
3097 in, out := &in.RBD, &out.RBD
3098 if *in == nil {
3102 (*in).DeepCopyInto(*out)
3105 if in.ISCSI != nil {
3106 in, out := &in.ISCSI, &out.ISCSI
3107 if *in == nil {
3111 (*in).DeepCopyInto(*out)
3114 if in.Cinder != nil {
3115 in, out := &in.Cinder, &out.Cinder
3116 if *in == nil {
3120 (*in).DeepCopyInto(*out)
3123 if in.CephFS != nil {
3124 in, out := &in.CephFS, &out.CephFS
3125 if *in == nil {
3129 (*in).DeepCopyInto(*out)
3132 if in.FC != nil {
3133 in, out := &in.FC, &out.FC
3134 if *in == nil {
3138 (*in).DeepCopyInto(*out)
3141 if in.Flocker != nil {
3142 in, out := &in.Flocker, &out.Flocker
3143 if *in == nil {
3147 **out = **in
3150 if in.FlexVolume != nil {
3151 in, out := &in.FlexVolume, &out.FlexVolume
3152 if *in == nil {
3156 (*in).DeepCopyInto(*out)
3159 if in.AzureFile != nil {
3160 in, out := &in.AzureFile, &out.AzureFile
3161 if *in == nil {
3165 (*in).DeepCopyInto(*out)
3168 if in.VsphereVolume != nil {
3169 in, out := &in.VsphereVolume, &out.VsphereVolume
3170 if *in == nil {
3174 **out = **in
3177 if in.Quobyte != nil {
3178 in, out := &in.Quobyte, &out.Quobyte
3179 if *in == nil {
3183 **out = **in
3186 if in.AzureDisk != nil {
3187 in, out := &in.AzureDisk, &out.AzureDisk
3188 if *in == nil {
3192 (*in).DeepCopyInto(*out)
3195 if in.PhotonPersistentDisk != nil {
3196 in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
3197 if *in == nil {
3201 **out = **in
3204 if in.PortworxVolume != nil {
3205 in, out := &in.PortworxVolume, &out.PortworxVolume
3206 if *in == nil {
3210 **out = **in
3213 if in.ScaleIO != nil {
3214 in, out := &in.ScaleIO, &out.ScaleIO
3215 if *in == nil {
3219 (*in).DeepCopyInto(*out)
3222 if in.Local != nil {
3223 in, out := &in.Local, &out.Local
3224 if *in == nil {
3228 **out = **in
3231 if in.StorageOS != nil {
3232 in, out := &in.StorageOS, &out.StorageOS
3233 if *in == nil {
3237 (*in).DeepCopyInto(*out)
3240 if in.CSI != nil {
3241 in, out := &in.CSI, &out.CSI
3242 if *in == nil {
3246 (*in).DeepCopyInto(*out)
3253 func (in *PersistentVolumeSource) DeepCopy() *PersistentVolumeSource {
3254 if in == nil {
3258 in.DeepCopyInto(out)
3263 func (in *PersistentVolumeSpec) DeepCopyInto(out *PersistentVolumeSpec) {
3264 *out = *in
3265 if in.Capacity != nil {
3266 in, out := &in.Capacity, &out.Capacity
3267 *out = make(ResourceList, len(*in))
3268 for key, val := range *in {
3272 in.PersistentVolumeSource.DeepCopyInto(&out.PersistentVolumeSource)
3273 if in.AccessModes != nil {
3274 in, out := &in.AccessModes, &out.AccessModes
3275 *out = make([]PersistentVolumeAccessMode, len(*in))
3276 copy(*out, *in)
3278 if in.ClaimRef != nil {
3279 in, out := &in.ClaimRef, &out.ClaimRef
3280 if *in == nil {
3284 **out = **in
3287 if in.MountOptions != nil {
3288 in, out := &in.MountOptions, &out.MountOptions
3289 *out = make([]string, len(*in))
3290 copy(*out, *in)
3292 if in.VolumeMode != nil {
3293 in, out := &in.VolumeMode, &out.VolumeMode
3294 if *in == nil {
3298 **out = **in
3301 if in.NodeAffinity != nil {
3302 in, out := &in.NodeAffinity, &out.NodeAffinity
3303 if *in == nil {
3307 (*in).DeepCopyInto(*out)
3314 func (in *PersistentVolumeSpec) DeepCopy() *PersistentVolumeSpec {
3315 if in == nil {
3319 in.DeepCopyInto(out)
3324 func (in *PersistentVolumeStatus) DeepCopyInto(out *PersistentVolumeStatus) {
3325 *out = *in
3330 func (in *PersistentVolumeStatus) DeepCopy() *PersistentVolumeStatus {
3331 if in == nil {
3335 in.DeepCopyInto(out)
3340 func (in *PhotonPersistentDiskVolumeSource) DeepCopyInto(out *PhotonPersistentDiskVolumeSource) {
3341 *out = *in
3346 func (in *PhotonPersistentDiskVolumeSource) DeepCopy() *PhotonPersistentDiskVolumeSource {
3347 if in == nil {
3351 in.DeepCopyInto(out)
3356 func (in *Pod) DeepCopyInto(out *Pod) {
3357 *out = *in
3358 out.TypeMeta = in.TypeMeta
3359 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
3360 in.Spec.DeepCopyInto(&out.Spec)
3361 in.Status.DeepCopyInto(&out.Status)
3366 func (in *Pod) DeepCopy() *Pod {
3367 if in == nil {
3371 in.DeepCopyInto(out)
3376 func (in *Pod) DeepCopyObject() runtime.Object {
3377 if c := in.DeepCopy(); c != nil {
3384 func (in *PodAffinity) DeepCopyInto(out *PodAffinity) {
3385 *out = *in
3386 if in.RequiredDuringSchedulingIgnoredDuringExecution != nil {
3387in, out := &in.RequiredDuringSchedulingIgnoredDuringExecution, &out.RequiredDuringSchedulingIgnore…
3388 *out = make([]PodAffinityTerm, len(*in))
3389 for i := range *in {
3390 (*in)[i].DeepCopyInto(&(*out)[i])
3393 if in.PreferredDuringSchedulingIgnoredDuringExecution != nil {
3394in, out := &in.PreferredDuringSchedulingIgnoredDuringExecution, &out.PreferredDuringSchedulingIgno…
3395 *out = make([]WeightedPodAffinityTerm, len(*in))
3396 for i := range *in {
3397 (*in)[i].DeepCopyInto(&(*out)[i])
3404 func (in *PodAffinity) DeepCopy() *PodAffinity {
3405 if in == nil {
3409 in.DeepCopyInto(out)
3414 func (in *PodAffinityTerm) DeepCopyInto(out *PodAffinityTerm) {
3415 *out = *in
3416 if in.LabelSelector != nil {
3417 in, out := &in.LabelSelector, &out.LabelSelector
3418 if *in == nil {
3422 (*in).DeepCopyInto(*out)
3425 if in.Namespaces != nil {
3426 in, out := &in.Namespaces, &out.Namespaces
3427 *out = make([]string, len(*in))
3428 copy(*out, *in)
3434 func (in *PodAffinityTerm) DeepCopy() *PodAffinityTerm {
3435 if in == nil {
3439 in.DeepCopyInto(out)
3444 func (in *PodAntiAffinity) DeepCopyInto(out *PodAntiAffinity) {
3445 *out = *in
3446 if in.RequiredDuringSchedulingIgnoredDuringExecution != nil {
3447in, out := &in.RequiredDuringSchedulingIgnoredDuringExecution, &out.RequiredDuringSchedulingIgnore…
3448 *out = make([]PodAffinityTerm, len(*in))
3449 for i := range *in {
3450 (*in)[i].DeepCopyInto(&(*out)[i])
3453 if in.PreferredDuringSchedulingIgnoredDuringExecution != nil {
3454in, out := &in.PreferredDuringSchedulingIgnoredDuringExecution, &out.PreferredDuringSchedulingIgno…
3455 *out = make([]WeightedPodAffinityTerm, len(*in))
3456 for i := range *in {
3457 (*in)[i].DeepCopyInto(&(*out)[i])
3464 func (in *PodAntiAffinity) DeepCopy() *PodAntiAffinity {
3465 if in == nil {
3469 in.DeepCopyInto(out)
3474 func (in *PodAttachOptions) DeepCopyInto(out *PodAttachOptions) {
3475 *out = *in
3476 out.TypeMeta = in.TypeMeta
3481 func (in *PodAttachOptions) DeepCopy() *PodAttachOptions {
3482 if in == nil {
3486 in.DeepCopyInto(out)
3491 func (in *PodAttachOptions) DeepCopyObject() runtime.Object {
3492 if c := in.DeepCopy(); c != nil {
3499 func (in *PodCondition) DeepCopyInto(out *PodCondition) {
3500 *out = *in
3501 in.LastProbeTime.DeepCopyInto(&out.LastProbeTime)
3502 in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
3507 func (in *PodCondition) DeepCopy() *PodCondition {
3508 if in == nil {
3512 in.DeepCopyInto(out)
3517 func (in *PodDNSConfig) DeepCopyInto(out *PodDNSConfig) {
3518 *out = *in
3519 if in.Nameservers != nil {
3520 in, out := &in.Nameservers, &out.Nameservers
3521 *out = make([]string, len(*in))
3522 copy(*out, *in)
3524 if in.Searches != nil {
3525 in, out := &in.Searches, &out.Searches
3526 *out = make([]string, len(*in))
3527 copy(*out, *in)
3529 if in.Options != nil {
3530 in, out := &in.Options, &out.Options
3531 *out = make([]PodDNSConfigOption, len(*in))
3532 for i := range *in {
3533 (*in)[i].DeepCopyInto(&(*out)[i])
3540 func (in *PodDNSConfig) DeepCopy() *PodDNSConfig {
3541 if in == nil {
3545 in.DeepCopyInto(out)
3550 func (in *PodDNSConfigOption) DeepCopyInto(out *PodDNSConfigOption) {
3551 *out = *in
3552 if in.Value != nil {
3553 in, out := &in.Value, &out.Value
3554 if *in == nil {
3558 **out = **in
3565 func (in *PodDNSConfigOption) DeepCopy() *PodDNSConfigOption {
3566 if in == nil {
3570 in.DeepCopyInto(out)
3575 func (in *PodExecOptions) DeepCopyInto(out *PodExecOptions) {
3576 *out = *in
3577 out.TypeMeta = in.TypeMeta
3578 if in.Command != nil {
3579 in, out := &in.Command, &out.Command
3580 *out = make([]string, len(*in))
3581 copy(*out, *in)
3587 func (in *PodExecOptions) DeepCopy() *PodExecOptions {
3588 if in == nil {
3592 in.DeepCopyInto(out)
3597 func (in *PodExecOptions) DeepCopyObject() runtime.Object {
3598 if c := in.DeepCopy(); c != nil {
3605 func (in *PodList) DeepCopyInto(out *PodList) {
3606 *out = *in
3607 out.TypeMeta = in.TypeMeta
3608 out.ListMeta = in.ListMeta
3609 if in.Items != nil {
3610 in, out := &in.Items, &out.Items
3611 *out = make([]Pod, len(*in))
3612 for i := range *in {
3613 (*in)[i].DeepCopyInto(&(*out)[i])
3620 func (in *PodList) DeepCopy() *PodList {
3621 if in == nil {
3625 in.DeepCopyInto(out)
3630 func (in *PodList) DeepCopyObject() runtime.Object {
3631 if c := in.DeepCopy(); c != nil {
3638 func (in *PodLogOptions) DeepCopyInto(out *PodLogOptions) {
3639 *out = *in
3640 out.TypeMeta = in.TypeMeta
3641 if in.SinceSeconds != nil {
3642 in, out := &in.SinceSeconds, &out.SinceSeconds
3643 if *in == nil {
3647 **out = **in
3650 if in.SinceTime != nil {
3651 in, out := &in.SinceTime, &out.SinceTime
3652 if *in == nil {
3655 *out = (*in).DeepCopy()
3658 if in.TailLines != nil {
3659 in, out := &in.TailLines, &out.TailLines
3660 if *in == nil {
3664 **out = **in
3667 if in.LimitBytes != nil {
3668 in, out := &in.LimitBytes, &out.LimitBytes
3669 if *in == nil {
3673 **out = **in
3680 func (in *PodLogOptions) DeepCopy() *PodLogOptions {
3681 if in == nil {
3685 in.DeepCopyInto(out)
3690 func (in *PodLogOptions) DeepCopyObject() runtime.Object {
3691 if c := in.DeepCopy(); c != nil {
3698 func (in *PodPortForwardOptions) DeepCopyInto(out *PodPortForwardOptions) {
3699 *out = *in
3700 out.TypeMeta = in.TypeMeta
3701 if in.Ports != nil {
3702 in, out := &in.Ports, &out.Ports
3703 *out = make([]int32, len(*in))
3704 copy(*out, *in)
3710 func (in *PodPortForwardOptions) DeepCopy() *PodPortForwardOptions {
3711 if in == nil {
3715 in.DeepCopyInto(out)
3720 func (in *PodPortForwardOptions) DeepCopyObject() runtime.Object {
3721 if c := in.DeepCopy(); c != nil {
3728 func (in *PodProxyOptions) DeepCopyInto(out *PodProxyOptions) {
3729 *out = *in
3730 out.TypeMeta = in.TypeMeta
3735 func (in *PodProxyOptions) DeepCopy() *PodProxyOptions {
3736 if in == nil {
3740 in.DeepCopyInto(out)
3745 func (in *PodProxyOptions) DeepCopyObject() runtime.Object {
3746 if c := in.DeepCopy(); c != nil {
3753 func (in *PodReadinessGate) DeepCopyInto(out *PodReadinessGate) {
3754 *out = *in
3759 func (in *PodReadinessGate) DeepCopy() *PodReadinessGate {
3760 if in == nil {
3764 in.DeepCopyInto(out)
3769 func (in *PodSecurityContext) DeepCopyInto(out *PodSecurityContext) {
3770 *out = *in
3771 if in.SELinuxOptions != nil {
3772 in, out := &in.SELinuxOptions, &out.SELinuxOptions
3773 if *in == nil {
3777 **out = **in
3780 if in.RunAsUser != nil {
3781 in, out := &in.RunAsUser, &out.RunAsUser
3782 if *in == nil {
3786 **out = **in
3789 if in.RunAsGroup != nil {
3790 in, out := &in.RunAsGroup, &out.RunAsGroup
3791 if *in == nil {
3795 **out = **in
3798 if in.RunAsNonRoot != nil {
3799 in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
3800 if *in == nil {
3804 **out = **in
3807 if in.SupplementalGroups != nil {
3808 in, out := &in.SupplementalGroups, &out.SupplementalGroups
3809 *out = make([]int64, len(*in))
3810 copy(*out, *in)
3812 if in.FSGroup != nil {
3813 in, out := &in.FSGroup, &out.FSGroup
3814 if *in == nil {
3818 **out = **in
3821 if in.Sysctls != nil {
3822 in, out := &in.Sysctls, &out.Sysctls
3823 *out = make([]Sysctl, len(*in))
3824 copy(*out, *in)
3830 func (in *PodSecurityContext) DeepCopy() *PodSecurityContext {
3831 if in == nil {
3835 in.DeepCopyInto(out)
3840 func (in *PodSignature) DeepCopyInto(out *PodSignature) {
3841 *out = *in
3842 if in.PodController != nil {
3843 in, out := &in.PodController, &out.PodController
3844 if *in == nil {
3848 (*in).DeepCopyInto(*out)
3855 func (in *PodSignature) DeepCopy() *PodSignature {
3856 if in == nil {
3860 in.DeepCopyInto(out)
3865 func (in *PodSpec) DeepCopyInto(out *PodSpec) {
3866 *out = *in
3867 if in.Volumes != nil {
3868 in, out := &in.Volumes, &out.Volumes
3869 *out = make([]Volume, len(*in))
3870 for i := range *in {
3871 (*in)[i].DeepCopyInto(&(*out)[i])
3874 if in.InitContainers != nil {
3875 in, out := &in.InitContainers, &out.InitContainers
3876 *out = make([]Container, len(*in))
3877 for i := range *in {
3878 (*in)[i].DeepCopyInto(&(*out)[i])
3881 if in.Containers != nil {
3882 in, out := &in.Containers, &out.Containers
3883 *out = make([]Container, len(*in))
3884 for i := range *in {
3885 (*in)[i].DeepCopyInto(&(*out)[i])
3888 if in.TerminationGracePeriodSeconds != nil {
3889 in, out := &in.TerminationGracePeriodSeconds, &out.TerminationGracePeriodSeconds
3890 if *in == nil {
3894 **out = **in
3897 if in.ActiveDeadlineSeconds != nil {
3898 in, out := &in.ActiveDeadlineSeconds, &out.ActiveDeadlineSeconds
3899 if *in == nil {
3903 **out = **in
3906 if in.NodeSelector != nil {
3907 in, out := &in.NodeSelector, &out.NodeSelector
3908 *out = make(map[string]string, len(*in))
3909 for key, val := range *in {
3913 if in.AutomountServiceAccountToken != nil {
3914 in, out := &in.AutomountServiceAccountToken, &out.AutomountServiceAccountToken
3915 if *in == nil {
3919 **out = **in
3922 if in.ShareProcessNamespace != nil {
3923 in, out := &in.ShareProcessNamespace, &out.ShareProcessNamespace
3924 if *in == nil {
3928 **out = **in
3931 if in.SecurityContext != nil {
3932 in, out := &in.SecurityContext, &out.SecurityContext
3933 if *in == nil {
3937 (*in).DeepCopyInto(*out)
3940 if in.ImagePullSecrets != nil {
3941 in, out := &in.ImagePullSecrets, &out.ImagePullSecrets
3942 *out = make([]LocalObjectReference, len(*in))
3943 copy(*out, *in)
3945 if in.Affinity != nil {
3946 in, out := &in.Affinity, &out.Affinity
3947 if *in == nil {
3951 (*in).DeepCopyInto(*out)
3954 if in.Tolerations != nil {
3955 in, out := &in.Tolerations, &out.Tolerations
3956 *out = make([]Toleration, len(*in))
3957 for i := range *in {
3958 (*in)[i].DeepCopyInto(&(*out)[i])
3961 if in.HostAliases != nil {
3962 in, out := &in.HostAliases, &out.HostAliases
3963 *out = make([]HostAlias, len(*in))
3964 for i := range *in {
3965 (*in)[i].DeepCopyInto(&(*out)[i])
3968 if in.Priority != nil {
3969 in, out := &in.Priority, &out.Priority
3970 if *in == nil {
3974 **out = **in
3977 if in.DNSConfig != nil {
3978 in, out := &in.DNSConfig, &out.DNSConfig
3979 if *in == nil {
3983 (*in).DeepCopyInto(*out)
3986 if in.ReadinessGates != nil {
3987 in, out := &in.ReadinessGates, &out.ReadinessGates
3988 *out = make([]PodReadinessGate, len(*in))
3989 copy(*out, *in)
3995 func (in *PodSpec) DeepCopy() *PodSpec {
3996 if in == nil {
4000 in.DeepCopyInto(out)
4005 func (in *PodStatus) DeepCopyInto(out *PodStatus) {
4006 *out = *in
4007 if in.Conditions != nil {
4008 in, out := &in.Conditions, &out.Conditions
4009 *out = make([]PodCondition, len(*in))
4010 for i := range *in {
4011 (*in)[i].DeepCopyInto(&(*out)[i])
4014 if in.StartTime != nil {
4015 in, out := &in.StartTime, &out.StartTime
4016 if *in == nil {
4019 *out = (*in).DeepCopy()
4022 if in.InitContainerStatuses != nil {
4023 in, out := &in.InitContainerStatuses, &out.InitContainerStatuses
4024 *out = make([]ContainerStatus, len(*in))
4025 for i := range *in {
4026 (*in)[i].DeepCopyInto(&(*out)[i])
4029 if in.ContainerStatuses != nil {
4030 in, out := &in.ContainerStatuses, &out.ContainerStatuses
4031 *out = make([]ContainerStatus, len(*in))
4032 for i := range *in {
4033 (*in)[i].DeepCopyInto(&(*out)[i])
4040 func (in *PodStatus) DeepCopy() *PodStatus {
4041 if in == nil {
4045 in.DeepCopyInto(out)
4050 func (in *PodStatusResult) DeepCopyInto(out *PodStatusResult) {
4051 *out = *in
4052 out.TypeMeta = in.TypeMeta
4053 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
4054 in.Status.DeepCopyInto(&out.Status)
4059 func (in *PodStatusResult) DeepCopy() *PodStatusResult {
4060 if in == nil {
4064 in.DeepCopyInto(out)
4069 func (in *PodStatusResult) DeepCopyObject() runtime.Object {
4070 if c := in.DeepCopy(); c != nil {
4077 func (in *PodTemplate) DeepCopyInto(out *PodTemplate) {
4078 *out = *in
4079 out.TypeMeta = in.TypeMeta
4080 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
4081 in.Template.DeepCopyInto(&out.Template)
4086 func (in *PodTemplate) DeepCopy() *PodTemplate {
4087 if in == nil {
4091 in.DeepCopyInto(out)
4096 func (in *PodTemplate) DeepCopyObject() runtime.Object {
4097 if c := in.DeepCopy(); c != nil {
4104 func (in *PodTemplateList) DeepCopyInto(out *PodTemplateList) {
4105 *out = *in
4106 out.TypeMeta = in.TypeMeta
4107 out.ListMeta = in.ListMeta
4108 if in.Items != nil {
4109 in, out := &in.Items, &out.Items
4110 *out = make([]PodTemplate, len(*in))
4111 for i := range *in {
4112 (*in)[i].DeepCopyInto(&(*out)[i])
4119 func (in *PodTemplateList) DeepCopy() *PodTemplateList {
4120 if in == nil {
4124 in.DeepCopyInto(out)
4129 func (in *PodTemplateList) DeepCopyObject() runtime.Object {
4130 if c := in.DeepCopy(); c != nil {
4137 func (in *PodTemplateSpec) DeepCopyInto(out *PodTemplateSpec) {
4138 *out = *in
4139 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
4140 in.Spec.DeepCopyInto(&out.Spec)
4145 func (in *PodTemplateSpec) DeepCopy() *PodTemplateSpec {
4146 if in == nil {
4150 in.DeepCopyInto(out)
4155 func (in *PortworxVolumeSource) DeepCopyInto(out *PortworxVolumeSource) {
4156 *out = *in
4161 func (in *PortworxVolumeSource) DeepCopy() *PortworxVolumeSource {
4162 if in == nil {
4166 in.DeepCopyInto(out)
4171 func (in *Preconditions) DeepCopyInto(out *Preconditions) {
4172 *out = *in
4173 if in.UID != nil {
4174 in, out := &in.UID, &out.UID
4175 if *in == nil {
4179 **out = **in
4186 func (in *Preconditions) DeepCopy() *Preconditions {
4187 if in == nil {
4191 in.DeepCopyInto(out)
4196 func (in *PreferAvoidPodsEntry) DeepCopyInto(out *PreferAvoidPodsEntry) {
4197 *out = *in
4198 in.PodSignature.DeepCopyInto(&out.PodSignature)
4199 in.EvictionTime.DeepCopyInto(&out.EvictionTime)
4204 func (in *PreferAvoidPodsEntry) DeepCopy() *PreferAvoidPodsEntry {
4205 if in == nil {
4209 in.DeepCopyInto(out)
4214 func (in *PreferredSchedulingTerm) DeepCopyInto(out *PreferredSchedulingTerm) {
4215 *out = *in
4216 in.Preference.DeepCopyInto(&out.Preference)
4221 func (in *PreferredSchedulingTerm) DeepCopy() *PreferredSchedulingTerm {
4222 if in == nil {
4226 in.DeepCopyInto(out)
4231 func (in *Probe) DeepCopyInto(out *Probe) {
4232 *out = *in
4233 in.Handler.DeepCopyInto(&out.Handler)
4238 func (in *Probe) DeepCopy() *Probe {
4239 if in == nil {
4243 in.DeepCopyInto(out)
4248 func (in *ProjectedVolumeSource) DeepCopyInto(out *ProjectedVolumeSource) {
4249 *out = *in
4250 if in.Sources != nil {
4251 in, out := &in.Sources, &out.Sources
4252 *out = make([]VolumeProjection, len(*in))
4253 for i := range *in {
4254 (*in)[i].DeepCopyInto(&(*out)[i])
4257 if in.DefaultMode != nil {
4258 in, out := &in.DefaultMode, &out.DefaultMode
4259 if *in == nil {
4263 **out = **in
4270 func (in *ProjectedVolumeSource) DeepCopy() *ProjectedVolumeSource {
4271 if in == nil {
4275 in.DeepCopyInto(out)
4280 func (in *QuobyteVolumeSource) DeepCopyInto(out *QuobyteVolumeSource) {
4281 *out = *in
4286 func (in *QuobyteVolumeSource) DeepCopy() *QuobyteVolumeSource {
4287 if in == nil {
4291 in.DeepCopyInto(out)
4296 func (in *RBDPersistentVolumeSource) DeepCopyInto(out *RBDPersistentVolumeSource) {
4297 *out = *in
4298 if in.CephMonitors != nil {
4299 in, out := &in.CephMonitors, &out.CephMonitors
4300 *out = make([]string, len(*in))
4301 copy(*out, *in)
4303 if in.SecretRef != nil {
4304 in, out := &in.SecretRef, &out.SecretRef
4305 if *in == nil {
4309 **out = **in
4316 func (in *RBDPersistentVolumeSource) DeepCopy() *RBDPersistentVolumeSource {
4317 if in == nil {
4321 in.DeepCopyInto(out)
4326 func (in *RBDVolumeSource) DeepCopyInto(out *RBDVolumeSource) {
4327 *out = *in
4328 if in.CephMonitors != nil {
4329 in, out := &in.CephMonitors, &out.CephMonitors
4330 *out = make([]string, len(*in))
4331 copy(*out, *in)
4333 if in.SecretRef != nil {
4334 in, out := &in.SecretRef, &out.SecretRef
4335 if *in == nil {
4339 **out = **in
4346 func (in *RBDVolumeSource) DeepCopy() *RBDVolumeSource {
4347 if in == nil {
4351 in.DeepCopyInto(out)
4356 func (in *RangeAllocation) DeepCopyInto(out *RangeAllocation) {
4357 *out = *in
4358 out.TypeMeta = in.TypeMeta
4359 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
4360 if in.Data != nil {
4361 in, out := &in.Data, &out.Data
4362 *out = make([]byte, len(*in))
4363 copy(*out, *in)
4369 func (in *RangeAllocation) DeepCopy() *RangeAllocation {
4370 if in == nil {
4374 in.DeepCopyInto(out)
4379 func (in *RangeAllocation) DeepCopyObject() runtime.Object {
4380 if c := in.DeepCopy(); c != nil {
4387 func (in *ReplicationController) DeepCopyInto(out *ReplicationController) {
4388 *out = *in
4389 out.TypeMeta = in.TypeMeta
4390 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
4391 in.Spec.DeepCopyInto(&out.Spec)
4392 in.Status.DeepCopyInto(&out.Status)
4397 func (in *ReplicationController) DeepCopy() *ReplicationController {
4398 if in == nil {
4402 in.DeepCopyInto(out)
4407 func (in *ReplicationController) DeepCopyObject() runtime.Object {
4408 if c := in.DeepCopy(); c != nil {
4415 func (in *ReplicationControllerCondition) DeepCopyInto(out *ReplicationControllerCondition) {
4416 *out = *in
4417 in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
4422 func (in *ReplicationControllerCondition) DeepCopy() *ReplicationControllerCondition {
4423 if in == nil {
4427 in.DeepCopyInto(out)
4432 func (in *ReplicationControllerList) DeepCopyInto(out *ReplicationControllerList) {
4433 *out = *in
4434 out.TypeMeta = in.TypeMeta
4435 out.ListMeta = in.ListMeta
4436 if in.Items != nil {
4437 in, out := &in.Items, &out.Items
4438 *out = make([]ReplicationController, len(*in))
4439 for i := range *in {
4440 (*in)[i].DeepCopyInto(&(*out)[i])
4447 func (in *ReplicationControllerList) DeepCopy() *ReplicationControllerList {
4448 if in == nil {
4452 in.DeepCopyInto(out)
4457 func (in *ReplicationControllerList) DeepCopyObject() runtime.Object {
4458 if c := in.DeepCopy(); c != nil {
4465 func (in *ReplicationControllerSpec) DeepCopyInto(out *ReplicationControllerSpec) {
4466 *out = *in
4467 if in.Replicas != nil {
4468 in, out := &in.Replicas, &out.Replicas
4469 if *in == nil {
4473 **out = **in
4476 if in.Selector != nil {
4477 in, out := &in.Selector, &out.Selector
4478 *out = make(map[string]string, len(*in))
4479 for key, val := range *in {
4483 if in.Template != nil {
4484 in, out := &in.Template, &out.Template
4485 if *in == nil {
4489 (*in).DeepCopyInto(*out)
4496 func (in *ReplicationControllerSpec) DeepCopy() *ReplicationControllerSpec {
4497 if in == nil {
4501 in.DeepCopyInto(out)
4506 func (in *ReplicationControllerStatus) DeepCopyInto(out *ReplicationControllerStatus) {
4507 *out = *in
4508 if in.Conditions != nil {
4509 in, out := &in.Conditions, &out.Conditions
4510 *out = make([]ReplicationControllerCondition, len(*in))
4511 for i := range *in {
4512 (*in)[i].DeepCopyInto(&(*out)[i])
4519 func (in *ReplicationControllerStatus) DeepCopy() *ReplicationControllerStatus {
4520 if in == nil {
4524 in.DeepCopyInto(out)
4529 func (in *ResourceFieldSelector) DeepCopyInto(out *ResourceFieldSelector) {
4530 *out = *in
4531 out.Divisor = in.Divisor.DeepCopy()
4536 func (in *ResourceFieldSelector) DeepCopy() *ResourceFieldSelector {
4537 if in == nil {
4541 in.DeepCopyInto(out)
4546 func (in ResourceList) DeepCopyInto(out *ResourceList) {
4548 in := &in
4549 *out = make(ResourceList, len(*in))
4550 for key, val := range *in {
4558 func (in ResourceList) DeepCopy() ResourceList {
4559 if in == nil {
4563 in.DeepCopyInto(out)
4568 func (in *ResourceQuota) DeepCopyInto(out *ResourceQuota) {
4569 *out = *in
4570 out.TypeMeta = in.TypeMeta
4571 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
4572 in.Spec.DeepCopyInto(&out.Spec)
4573 in.Status.DeepCopyInto(&out.Status)
4578 func (in *ResourceQuota) DeepCopy() *ResourceQuota {
4579 if in == nil {
4583 in.DeepCopyInto(out)
4588 func (in *ResourceQuota) DeepCopyObject() runtime.Object {
4589 if c := in.DeepCopy(); c != nil {
4596 func (in *ResourceQuotaList) DeepCopyInto(out *ResourceQuotaList) {
4597 *out = *in
4598 out.TypeMeta = in.TypeMeta
4599 out.ListMeta = in.ListMeta
4600 if in.Items != nil {
4601 in, out := &in.Items, &out.Items
4602 *out = make([]ResourceQuota, len(*in))
4603 for i := range *in {
4604 (*in)[i].DeepCopyInto(&(*out)[i])
4611 func (in *ResourceQuotaList) DeepCopy() *ResourceQuotaList {
4612 if in == nil {
4616 in.DeepCopyInto(out)
4621 func (in *ResourceQuotaList) DeepCopyObject() runtime.Object {
4622 if c := in.DeepCopy(); c != nil {
4629 func (in *ResourceQuotaSpec) DeepCopyInto(out *ResourceQuotaSpec) {
4630 *out = *in
4631 if in.Hard != nil {
4632 in, out := &in.Hard, &out.Hard
4633 *out = make(ResourceList, len(*in))
4634 for key, val := range *in {
4638 if in.Scopes != nil {
4639 in, out := &in.Scopes, &out.Scopes
4640 *out = make([]ResourceQuotaScope, len(*in))
4641 copy(*out, *in)
4643 if in.ScopeSelector != nil {
4644 in, out := &in.ScopeSelector, &out.ScopeSelector
4645 if *in == nil {
4649 (*in).DeepCopyInto(*out)
4656 func (in *ResourceQuotaSpec) DeepCopy() *ResourceQuotaSpec {
4657 if in == nil {
4661 in.DeepCopyInto(out)
4666 func (in *ResourceQuotaStatus) DeepCopyInto(out *ResourceQuotaStatus) {
4667 *out = *in
4668 if in.Hard != nil {
4669 in, out := &in.Hard, &out.Hard
4670 *out = make(ResourceList, len(*in))
4671 for key, val := range *in {
4675 if in.Used != nil {
4676 in, out := &in.Used, &out.Used
4677 *out = make(ResourceList, len(*in))
4678 for key, val := range *in {
4686 func (in *ResourceQuotaStatus) DeepCopy() *ResourceQuotaStatus {
4687 if in == nil {
4691 in.DeepCopyInto(out)
4696 func (in *ResourceRequirements) DeepCopyInto(out *ResourceRequirements) {
4697 *out = *in
4698 if in.Limits != nil {
4699 in, out := &in.Limits, &out.Limits
4700 *out = make(ResourceList, len(*in))
4701 for key, val := range *in {
4705 if in.Requests != nil {
4706 in, out := &in.Requests, &out.Requests
4707 *out = make(ResourceList, len(*in))
4708 for key, val := range *in {
4716 func (in *ResourceRequirements) DeepCopy() *ResourceRequirements {
4717 if in == nil {
4721 in.DeepCopyInto(out)
4726 func (in *SELinuxOptions) DeepCopyInto(out *SELinuxOptions) {
4727 *out = *in
4732 func (in *SELinuxOptions) DeepCopy() *SELinuxOptions {
4733 if in == nil {
4737 in.DeepCopyInto(out)
4742 func (in *ScaleIOPersistentVolumeSource) DeepCopyInto(out *ScaleIOPersistentVolumeSource) {
4743 *out = *in
4744 if in.SecretRef != nil {
4745 in, out := &in.SecretRef, &out.SecretRef
4746 if *in == nil {
4750 **out = **in
4757 func (in *ScaleIOPersistentVolumeSource) DeepCopy() *ScaleIOPersistentVolumeSource {
4758 if in == nil {
4762 in.DeepCopyInto(out)
4767 func (in *ScaleIOVolumeSource) DeepCopyInto(out *ScaleIOVolumeSource) {
4768 *out = *in
4769 if in.SecretRef != nil {
4770 in, out := &in.SecretRef, &out.SecretRef
4771 if *in == nil {
4775 **out = **in
4782 func (in *ScaleIOVolumeSource) DeepCopy() *ScaleIOVolumeSource {
4783 if in == nil {
4787 in.DeepCopyInto(out)
4792 func (in *ScopeSelector) DeepCopyInto(out *ScopeSelector) {
4793 *out = *in
4794 if in.MatchExpressions != nil {
4795 in, out := &in.MatchExpressions, &out.MatchExpressions
4796 *out = make([]ScopedResourceSelectorRequirement, len(*in))
4797 for i := range *in {
4798 (*in)[i].DeepCopyInto(&(*out)[i])
4805 func (in *ScopeSelector) DeepCopy() *ScopeSelector {
4806 if in == nil {
4810 in.DeepCopyInto(out)
4815 func (in *ScopedResourceSelectorRequirement) DeepCopyInto(out *ScopedResourceSelectorRequirement) {
4816 *out = *in
4817 if in.Values != nil {
4818 in, out := &in.Values, &out.Values
4819 *out = make([]string, len(*in))
4820 copy(*out, *in)
4826 func (in *ScopedResourceSelectorRequirement) DeepCopy() *ScopedResourceSelectorRequirement {
4827 if in == nil {
4831 in.DeepCopyInto(out)
4836 func (in *Secret) DeepCopyInto(out *Secret) {
4837 *out = *in
4838 out.TypeMeta = in.TypeMeta
4839 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
4840 if in.Data != nil {
4841 in, out := &in.Data, &out.Data
4842 *out = make(map[string][]byte, len(*in))
4843 for key, val := range *in {
4852 if in.StringData != nil {
4853 in, out := &in.StringData, &out.StringData
4854 *out = make(map[string]string, len(*in))
4855 for key, val := range *in {
4863 func (in *Secret) DeepCopy() *Secret {
4864 if in == nil {
4868 in.DeepCopyInto(out)
4873 func (in *Secret) DeepCopyObject() runtime.Object {
4874 if c := in.DeepCopy(); c != nil {
4881 func (in *SecretEnvSource) DeepCopyInto(out *SecretEnvSource) {
4882 *out = *in
4883 out.LocalObjectReference = in.LocalObjectReference
4884 if in.Optional != nil {
4885 in, out := &in.Optional, &out.Optional
4886 if *in == nil {
4890 **out = **in
4897 func (in *SecretEnvSource) DeepCopy() *SecretEnvSource {
4898 if in == nil {
4902 in.DeepCopyInto(out)
4907 func (in *SecretKeySelector) DeepCopyInto(out *SecretKeySelector) {
4908 *out = *in
4909 out.LocalObjectReference = in.LocalObjectReference
4910 if in.Optional != nil {
4911 in, out := &in.Optional, &out.Optional
4912 if *in == nil {
4916 **out = **in
4923 func (in *SecretKeySelector) DeepCopy() *SecretKeySelector {
4924 if in == nil {
4928 in.DeepCopyInto(out)
4933 func (in *SecretList) DeepCopyInto(out *SecretList) {
4934 *out = *in
4935 out.TypeMeta = in.TypeMeta
4936 out.ListMeta = in.ListMeta
4937 if in.Items != nil {
4938 in, out := &in.Items, &out.Items
4939 *out = make([]Secret, len(*in))
4940 for i := range *in {
4941 (*in)[i].DeepCopyInto(&(*out)[i])
4948 func (in *SecretList) DeepCopy() *SecretList {
4949 if in == nil {
4953 in.DeepCopyInto(out)
4958 func (in *SecretList) DeepCopyObject() runtime.Object {
4959 if c := in.DeepCopy(); c != nil {
4966 func (in *SecretProjection) DeepCopyInto(out *SecretProjection) {
4967 *out = *in
4968 out.LocalObjectReference = in.LocalObjectReference
4969 if in.Items != nil {
4970 in, out := &in.Items, &out.Items
4971 *out = make([]KeyToPath, len(*in))
4972 for i := range *in {
4973 (*in)[i].DeepCopyInto(&(*out)[i])
4976 if in.Optional != nil {
4977 in, out := &in.Optional, &out.Optional
4978 if *in == nil {
4982 **out = **in
4989 func (in *SecretProjection) DeepCopy() *SecretProjection {
4990 if in == nil {
4994 in.DeepCopyInto(out)
4999 func (in *SecretReference) DeepCopyInto(out *SecretReference) {
5000 *out = *in
5005 func (in *SecretReference) DeepCopy() *SecretReference {
5006 if in == nil {
5010 in.DeepCopyInto(out)
5015 func (in *SecretVolumeSource) DeepCopyInto(out *SecretVolumeSource) {
5016 *out = *in
5017 if in.Items != nil {
5018 in, out := &in.Items, &out.Items
5019 *out = make([]KeyToPath, len(*in))
5020 for i := range *in {
5021 (*in)[i].DeepCopyInto(&(*out)[i])
5024 if in.DefaultMode != nil {
5025 in, out := &in.DefaultMode, &out.DefaultMode
5026 if *in == nil {
5030 **out = **in
5033 if in.Optional != nil {
5034 in, out := &in.Optional, &out.Optional
5035 if *in == nil {
5039 **out = **in
5046 func (in *SecretVolumeSource) DeepCopy() *SecretVolumeSource {
5047 if in == nil {
5051 in.DeepCopyInto(out)
5056 func (in *SecurityContext) DeepCopyInto(out *SecurityContext) {
5057 *out = *in
5058 if in.Capabilities != nil {
5059 in, out := &in.Capabilities, &out.Capabilities
5060 if *in == nil {
5064 (*in).DeepCopyInto(*out)
5067 if in.Privileged != nil {
5068 in, out := &in.Privileged, &out.Privileged
5069 if *in == nil {
5073 **out = **in
5076 if in.SELinuxOptions != nil {
5077 in, out := &in.SELinuxOptions, &out.SELinuxOptions
5078 if *in == nil {
5082 **out = **in
5085 if in.RunAsUser != nil {
5086 in, out := &in.RunAsUser, &out.RunAsUser
5087 if *in == nil {
5091 **out = **in
5094 if in.RunAsGroup != nil {
5095 in, out := &in.RunAsGroup, &out.RunAsGroup
5096 if *in == nil {
5100 **out = **in
5103 if in.RunAsNonRoot != nil {
5104 in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
5105 if *in == nil {
5109 **out = **in
5112 if in.ReadOnlyRootFilesystem != nil {
5113 in, out := &in.ReadOnlyRootFilesystem, &out.ReadOnlyRootFilesystem
5114 if *in == nil {
5118 **out = **in
5121 if in.AllowPrivilegeEscalation != nil {
5122 in, out := &in.AllowPrivilegeEscalation, &out.AllowPrivilegeEscalation
5123 if *in == nil {
5127 **out = **in
5134 func (in *SecurityContext) DeepCopy() *SecurityContext {
5135 if in == nil {
5139 in.DeepCopyInto(out)
5144 func (in *SerializedReference) DeepCopyInto(out *SerializedReference) {
5145 *out = *in
5146 out.TypeMeta = in.TypeMeta
5147 out.Reference = in.Reference
5152 func (in *SerializedReference) DeepCopy() *SerializedReference {
5153 if in == nil {
5157 in.DeepCopyInto(out)
5162 func (in *SerializedReference) DeepCopyObject() runtime.Object {
5163 if c := in.DeepCopy(); c != nil {
5170 func (in *Service) DeepCopyInto(out *Service) {
5171 *out = *in
5172 out.TypeMeta = in.TypeMeta
5173 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
5174 in.Spec.DeepCopyInto(&out.Spec)
5175 in.Status.DeepCopyInto(&out.Status)
5180 func (in *Service) DeepCopy() *Service {
5181 if in == nil {
5185 in.DeepCopyInto(out)
5190 func (in *Service) DeepCopyObject() runtime.Object {
5191 if c := in.DeepCopy(); c != nil {
5198 func (in *ServiceAccount) DeepCopyInto(out *ServiceAccount) {
5199 *out = *in
5200 out.TypeMeta = in.TypeMeta
5201 in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
5202 if in.Secrets != nil {
5203 in, out := &in.Secrets, &out.Secrets
5204 *out = make([]ObjectReference, len(*in))
5205 copy(*out, *in)
5207 if in.ImagePullSecrets != nil {
5208 in, out := &in.ImagePullSecrets, &out.ImagePullSecrets
5209 *out = make([]LocalObjectReference, len(*in))
5210 copy(*out, *in)
5212 if in.AutomountServiceAccountToken != nil {
5213 in, out := &in.AutomountServiceAccountToken, &out.AutomountServiceAccountToken
5214 if *in == nil {
5218 **out = **in
5225 func (in *ServiceAccount) DeepCopy() *ServiceAccount {
5226 if in == nil {
5230 in.DeepCopyInto(out)
5235 func (in *ServiceAccount) DeepCopyObject() runtime.Object {
5236 if c := in.DeepCopy(); c != nil {
5243 func (in *ServiceAccountList) DeepCopyInto(out *ServiceAccountList) {
5244 *out = *in
5245 out.TypeMeta = in.TypeMeta
5246 out.ListMeta = in.ListMeta
5247 if in.Items != nil {
5248 in, out := &in.Items, &out.Items
5249 *out = make([]ServiceAccount, len(*in))
5250 for i := range *in {
5251 (*in)[i].DeepCopyInto(&(*out)[i])
5258 func (in *ServiceAccountList) DeepCopy() *ServiceAccountList {
5259 if in == nil {
5263 in.DeepCopyInto(out)
5268 func (in *ServiceAccountList) DeepCopyObject() runtime.Object {
5269 if c := in.DeepCopy(); c != nil {
5276 func (in *ServiceAccountTokenProjection) DeepCopyInto(out *ServiceAccountTokenProjection) {
5277 *out = *in
5278 if in.ExpirationSeconds != nil {
5279 in, out := &in.ExpirationSeconds, &out.ExpirationSeconds
5280 if *in == nil {
5284 **out = **in
5291 func (in *ServiceAccountTokenProjection) DeepCopy() *ServiceAccountTokenProjection {
5292 if in == nil {
5296 in.DeepCopyInto(out)
5301 func (in *ServiceList) DeepCopyInto(out *ServiceList) {
5302 *out = *in
5303 out.TypeMeta = in.TypeMeta
5304 out.ListMeta = in.ListMeta
5305 if in.Items != nil {
5306 in, out := &in.Items, &out.Items
5307 *out = make([]Service, len(*in))
5308 for i := range *in {
5309 (*in)[i].DeepCopyInto(&(*out)[i])
5316 func (in *ServiceList) DeepCopy() *ServiceList {
5317 if in == nil {
5321 in.DeepCopyInto(out)
5326 func (in *ServiceList) DeepCopyObject() runtime.Object {
5327 if c := in.DeepCopy(); c != nil {
5334 func (in *ServicePort) DeepCopyInto(out *ServicePort) {
5335 *out = *in
5336 out.TargetPort = in.TargetPort
5341 func (in *ServicePort) DeepCopy() *ServicePort {
5342 if in == nil {
5346 in.DeepCopyInto(out)
5351 func (in *ServiceProxyOptions) DeepCopyInto(out *ServiceProxyOptions) {
5352 *out = *in
5353 out.TypeMeta = in.TypeMeta
5358 func (in *ServiceProxyOptions) DeepCopy() *ServiceProxyOptions {
5359 if in == nil {
5363 in.DeepCopyInto(out)
5368 func (in *ServiceProxyOptions) DeepCopyObject() runtime.Object {
5369 if c := in.DeepCopy(); c != nil {
5376 func (in *ServiceSpec) DeepCopyInto(out *ServiceSpec) {
5377 *out = *in
5378 if in.Ports != nil {
5379 in, out := &in.Ports, &out.Ports
5380 *out = make([]ServicePort, len(*in))
5381 copy(*out, *in)
5383 if in.Selector != nil {
5384 in, out := &in.Selector, &out.Selector
5385 *out = make(map[string]string, len(*in))
5386 for key, val := range *in {
5390 if in.ExternalIPs != nil {
5391 in, out := &in.ExternalIPs, &out.ExternalIPs
5392 *out = make([]string, len(*in))
5393 copy(*out, *in)
5395 if in.LoadBalancerSourceRanges != nil {
5396 in, out := &in.LoadBalancerSourceRanges, &out.LoadBalancerSourceRanges
5397 *out = make([]string, len(*in))
5398 copy(*out, *in)
5400 if in.SessionAffinityConfig != nil {
5401 in, out := &in.SessionAffinityConfig, &out.SessionAffinityConfig
5402 if *in == nil {
5406 (*in).DeepCopyInto(*out)
5413 func (in *ServiceSpec) DeepCopy() *ServiceSpec {
5414 if in == nil {
5418 in.DeepCopyInto(out)
5423 func (in *ServiceStatus) DeepCopyInto(out *ServiceStatus) {
5424 *out = *in
5425 in.LoadBalancer.DeepCopyInto(&out.LoadBalancer)
5430 func (in *ServiceStatus) DeepCopy() *ServiceStatus {
5431 if in == nil {
5435 in.DeepCopyInto(out)
5440 func (in *SessionAffinityConfig) DeepCopyInto(out *SessionAffinityConfig) {
5441 *out = *in
5442 if in.ClientIP != nil {
5443 in, out := &in.ClientIP, &out.ClientIP
5444 if *in == nil {
5448 (*in).DeepCopyInto(*out)
5455 func (in *SessionAffinityConfig) DeepCopy() *SessionAffinityConfig {
5456 if in == nil {
5460 in.DeepCopyInto(out)
5465 func (in *StorageOSPersistentVolumeSource) DeepCopyInto(out *StorageOSPersistentVolumeSource) {
5466 *out = *in
5467 if in.SecretRef != nil {
5468 in, out := &in.SecretRef, &out.SecretRef
5469 if *in == nil {
5473 **out = **in
5480 func (in *StorageOSPersistentVolumeSource) DeepCopy() *StorageOSPersistentVolumeSource {
5481 if in == nil {
5485 in.DeepCopyInto(out)
5490 func (in *StorageOSVolumeSource) DeepCopyInto(out *StorageOSVolumeSource) {
5491 *out = *in
5492 if in.SecretRef != nil {
5493 in, out := &in.SecretRef, &out.SecretRef
5494 if *in == nil {
5498 **out = **in
5505 func (in *StorageOSVolumeSource) DeepCopy() *StorageOSVolumeSource {
5506 if in == nil {
5510 in.DeepCopyInto(out)
5515 func (in *Sysctl) DeepCopyInto(out *Sysctl) {
5516 *out = *in
5521 func (in *Sysctl) DeepCopy() *Sysctl {
5522 if in == nil {
5526 in.DeepCopyInto(out)
5531 func (in *TCPSocketAction) DeepCopyInto(out *TCPSocketAction) {
5532 *out = *in
5533 out.Port = in.Port
5538 func (in *TCPSocketAction) DeepCopy() *TCPSocketAction {
5539 if in == nil {
5543 in.DeepCopyInto(out)
5548 func (in *Taint) DeepCopyInto(out *Taint) {
5549 *out = *in
5550 if in.TimeAdded != nil {
5551 in, out := &in.TimeAdded, &out.TimeAdded
5552 if *in == nil {
5555 *out = (*in).DeepCopy()
5562 func (in *Taint) DeepCopy() *Taint {
5563 if in == nil {
5567 in.DeepCopyInto(out)
5572 func (in *Toleration) DeepCopyInto(out *Toleration) {
5573 *out = *in
5574 if in.TolerationSeconds != nil {
5575 in, out := &in.TolerationSeconds, &out.TolerationSeconds
5576 if *in == nil {
5580 **out = **in
5587 func (in *Toleration) DeepCopy() *Toleration {
5588 if in == nil {
5592 in.DeepCopyInto(out)
5597 func (in *TopologySelectorLabelRequirement) DeepCopyInto(out *TopologySelectorLabelRequirement) {
5598 *out = *in
5599 if in.Values != nil {
5600 in, out := &in.Values, &out.Values
5601 *out = make([]string, len(*in))
5602 copy(*out, *in)
5608 func (in *TopologySelectorLabelRequirement) DeepCopy() *TopologySelectorLabelRequirement {
5609 if in == nil {
5613 in.DeepCopyInto(out)
5618 func (in *TopologySelectorTerm) DeepCopyInto(out *TopologySelectorTerm) {
5619 *out = *in
5620 if in.MatchLabelExpressions != nil {
5621 in, out := &in.MatchLabelExpressions, &out.MatchLabelExpressions
5622 *out = make([]TopologySelectorLabelRequirement, len(*in))
5623 for i := range *in {
5624 (*in)[i].DeepCopyInto(&(*out)[i])
5631 func (in *TopologySelectorTerm) DeepCopy() *TopologySelectorTerm {
5632 if in == nil {
5636 in.DeepCopyInto(out)
5641 func (in *Volume) DeepCopyInto(out *Volume) {
5642 *out = *in
5643 in.VolumeSource.DeepCopyInto(&out.VolumeSource)
5648 func (in *Volume) DeepCopy() *Volume {
5649 if in == nil {
5653 in.DeepCopyInto(out)
5658 func (in *VolumeDevice) DeepCopyInto(out *VolumeDevice) {
5659 *out = *in
5664 func (in *VolumeDevice) DeepCopy() *VolumeDevice {
5665 if in == nil {
5669 in.DeepCopyInto(out)
5674 func (in *VolumeMount) DeepCopyInto(out *VolumeMount) {
5675 *out = *in
5676 if in.MountPropagation != nil {
5677 in, out := &in.MountPropagation, &out.MountPropagation
5678 if *in == nil {
5682 **out = **in
5689 func (in *VolumeMount) DeepCopy() *VolumeMount {
5690 if in == nil {
5694 in.DeepCopyInto(out)
5699 func (in *VolumeNodeAffinity) DeepCopyInto(out *VolumeNodeAffinity) {
5700 *out = *in
5701 if in.Required != nil {
5702 in, out := &in.Required, &out.Required
5703 if *in == nil {
5707 (*in).DeepCopyInto(*out)
5714 func (in *VolumeNodeAffinity) DeepCopy() *VolumeNodeAffinity {
5715 if in == nil {
5719 in.DeepCopyInto(out)
5724 func (in *VolumeProjection) DeepCopyInto(out *VolumeProjection) {
5725 *out = *in
5726 if in.Secret != nil {
5727 in, out := &in.Secret, &out.Secret
5728 if *in == nil {
5732 (*in).DeepCopyInto(*out)
5735 if in.DownwardAPI != nil {
5736 in, out := &in.DownwardAPI, &out.DownwardAPI
5737 if *in == nil {
5741 (*in).DeepCopyInto(*out)
5744 if in.ConfigMap != nil {
5745 in, out := &in.ConfigMap, &out.ConfigMap
5746 if *in == nil {
5750 (*in).DeepCopyInto(*out)
5753 if in.ServiceAccountToken != nil {
5754 in, out := &in.ServiceAccountToken, &out.ServiceAccountToken
5755 if *in == nil {
5759 (*in).DeepCopyInto(*out)
5766 func (in *VolumeProjection) DeepCopy() *VolumeProjection {
5767 if in == nil {
5771 in.DeepCopyInto(out)
5776 func (in *VolumeSource) DeepCopyInto(out *VolumeSource) {
5777 *out = *in
5778 if in.HostPath != nil {
5779 in, out := &in.HostPath, &out.HostPath
5780 if *in == nil {
5784 (*in).DeepCopyInto(*out)
5787 if in.EmptyDir != nil {
5788 in, out := &in.EmptyDir, &out.EmptyDir
5789 if *in == nil {
5793 (*in).DeepCopyInto(*out)
5796 if in.GCEPersistentDisk != nil {
5797 in, out := &in.GCEPersistentDisk, &out.GCEPersistentDisk
5798 if *in == nil {
5802 **out = **in
5805 if in.AWSElasticBlockStore != nil {
5806 in, out := &in.AWSElasticBlockStore, &out.AWSElasticBlockStore
5807 if *in == nil {
5811 **out = **in
5814 if in.GitRepo != nil {
5815 in, out := &in.GitRepo, &out.GitRepo
5816 if *in == nil {
5820 **out = **in
5823 if in.Secret != nil {
5824 in, out := &in.Secret, &out.Secret
5825 if *in == nil {
5829 (*in).DeepCopyInto(*out)
5832 if in.NFS != nil {
5833 in, out := &in.NFS, &out.NFS
5834 if *in == nil {
5838 **out = **in
5841 if in.ISCSI != nil {
5842 in, out := &in.ISCSI, &out.ISCSI
5843 if *in == nil {
5847 (*in).DeepCopyInto(*out)
5850 if in.Glusterfs != nil {
5851 in, out := &in.Glusterfs, &out.Glusterfs
5852 if *in == nil {
5856 **out = **in
5859 if in.PersistentVolumeClaim != nil {
5860 in, out := &in.PersistentVolumeClaim, &out.PersistentVolumeClaim
5861 if *in == nil {
5865 **out = **in
5868 if in.RBD != nil {
5869 in, out := &in.RBD, &out.RBD
5870 if *in == nil {
5874 (*in).DeepCopyInto(*out)
5877 if in.FlexVolume != nil {
5878 in, out := &in.FlexVolume, &out.FlexVolume
5879 if *in == nil {
5883 (*in).DeepCopyInto(*out)
5886 if in.Cinder != nil {
5887 in, out := &in.Cinder, &out.Cinder
5888 if *in == nil {
5892 (*in).DeepCopyInto(*out)
5895 if in.CephFS != nil {
5896 in, out := &in.CephFS, &out.CephFS
5897 if *in == nil {
5901 (*in).DeepCopyInto(*out)
5904 if in.Flocker != nil {
5905 in, out := &in.Flocker, &out.Flocker
5906 if *in == nil {
5910 **out = **in
5913 if in.DownwardAPI != nil {
5914 in, out := &in.DownwardAPI, &out.DownwardAPI
5915 if *in == nil {
5919 (*in).DeepCopyInto(*out)
5922 if in.FC != nil {
5923 in, out := &in.FC, &out.FC
5924 if *in == nil {
5928 (*in).DeepCopyInto(*out)
5931 if in.AzureFile != nil {
5932 in, out := &in.AzureFile, &out.AzureFile
5933 if *in == nil {
5937 **out = **in
5940 if in.ConfigMap != nil {
5941 in, out := &in.ConfigMap, &out.ConfigMap
5942 if *in == nil {
5946 (*in).DeepCopyInto(*out)
5949 if in.VsphereVolume != nil {
5950 in, out := &in.VsphereVolume, &out.VsphereVolume
5951 if *in == nil {
5955 **out = **in
5958 if in.Quobyte != nil {
5959 in, out := &in.Quobyte, &out.Quobyte
5960 if *in == nil {
5964 **out = **in
5967 if in.AzureDisk != nil {
5968 in, out := &in.AzureDisk, &out.AzureDisk
5969 if *in == nil {
5973 (*in).DeepCopyInto(*out)
5976 if in.PhotonPersistentDisk != nil {
5977 in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
5978 if *in == nil {
5982 **out = **in
5985 if in.Projected != nil {
5986 in, out := &in.Projected, &out.Projected
5987 if *in == nil {
5991 (*in).DeepCopyInto(*out)
5994 if in.PortworxVolume != nil {
5995 in, out := &in.PortworxVolume, &out.PortworxVolume
5996 if *in == nil {
6000 **out = **in
6003 if in.ScaleIO != nil {
6004 in, out := &in.ScaleIO, &out.ScaleIO
6005 if *in == nil {
6009 (*in).DeepCopyInto(*out)
6012 if in.StorageOS != nil {
6013 in, out := &in.StorageOS, &out.StorageOS
6014 if *in == nil {
6018 (*in).DeepCopyInto(*out)
6025 func (in *VolumeSource) DeepCopy() *VolumeSource {
6026 if in == nil {
6030 in.DeepCopyInto(out)
6035 func (in *VsphereVirtualDiskVolumeSource) DeepCopyInto(out *VsphereVirtualDiskVolumeSource) {
6036 *out = *in
6041 func (in *VsphereVirtualDiskVolumeSource) DeepCopy() *VsphereVirtualDiskVolumeSource {
6042 if in == nil {
6046 in.DeepCopyInto(out)
6051 func (in *WeightedPodAffinityTerm) DeepCopyInto(out *WeightedPodAffinityTerm) {
6052 *out = *in
6053 in.PodAffinityTerm.DeepCopyInto(&out.PodAffinityTerm)
6058 func (in *WeightedPodAffinityTerm) DeepCopy() *WeightedPodAffinityTerm {
6059 if in == nil {
6063 in.DeepCopyInto(out)