mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			1822 lines
		
	
	
		
			57 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			1822 lines
		
	
	
		
			57 KiB
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build !ignore_autogenerated
 | |
| 
 | |
| /*
 | |
| Copyright 2017 The Kubernetes Authors.
 | |
| 
 | |
| Licensed under the Apache License, Version 2.0 (the "License");
 | |
| you may not use this file except in compliance with the License.
 | |
| You may obtain a copy of the License at
 | |
| 
 | |
|     http://www.apache.org/licenses/LICENSE-2.0
 | |
| 
 | |
| Unless required by applicable law or agreed to in writing, software
 | |
| distributed under the License is distributed on an "AS IS" BASIS,
 | |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | |
| See the License for the specific language governing permissions and
 | |
| limitations under the License.
 | |
| */
 | |
| 
 | |
| // This file was autogenerated by deepcopy-gen. Do not edit it manually!
 | |
| 
 | |
| package extensions
 | |
| 
 | |
| import (
 | |
| 	v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
 | |
| 	conversion "k8s.io/apimachinery/pkg/conversion"
 | |
| 	runtime "k8s.io/apimachinery/pkg/runtime"
 | |
| 	intstr "k8s.io/apimachinery/pkg/util/intstr"
 | |
| 	api "k8s.io/kubernetes/pkg/api"
 | |
| 	reflect "reflect"
 | |
| )
 | |
| 
 | |
| // Deprecated: register deep-copy functions.
 | |
| func init() {
 | |
| 	SchemeBuilder.Register(RegisterDeepCopies)
 | |
| }
 | |
| 
 | |
| // Deprecated: RegisterDeepCopies adds deep-copy functions to the given scheme. Public
 | |
| // to allow building arbitrary schemes.
 | |
| func RegisterDeepCopies(scheme *runtime.Scheme) error {
 | |
| 	return scheme.AddGeneratedDeepCopyFuncs(
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*APIVersion).DeepCopyInto(out.(*APIVersion))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&APIVersion{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*CustomMetricCurrentStatus).DeepCopyInto(out.(*CustomMetricCurrentStatus))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&CustomMetricCurrentStatus{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*CustomMetricCurrentStatusList).DeepCopyInto(out.(*CustomMetricCurrentStatusList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&CustomMetricCurrentStatusList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*CustomMetricTarget).DeepCopyInto(out.(*CustomMetricTarget))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&CustomMetricTarget{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*CustomMetricTargetList).DeepCopyInto(out.(*CustomMetricTargetList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&CustomMetricTargetList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DaemonSet).DeepCopyInto(out.(*DaemonSet))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DaemonSet{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DaemonSetList).DeepCopyInto(out.(*DaemonSetList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DaemonSetList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DaemonSetSpec).DeepCopyInto(out.(*DaemonSetSpec))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DaemonSetSpec{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DaemonSetStatus).DeepCopyInto(out.(*DaemonSetStatus))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DaemonSetStatus{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DaemonSetUpdateStrategy).DeepCopyInto(out.(*DaemonSetUpdateStrategy))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DaemonSetUpdateStrategy{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*Deployment).DeepCopyInto(out.(*Deployment))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&Deployment{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DeploymentCondition).DeepCopyInto(out.(*DeploymentCondition))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DeploymentCondition{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DeploymentList).DeepCopyInto(out.(*DeploymentList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DeploymentList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DeploymentRollback).DeepCopyInto(out.(*DeploymentRollback))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DeploymentRollback{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DeploymentSpec).DeepCopyInto(out.(*DeploymentSpec))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DeploymentSpec{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DeploymentStatus).DeepCopyInto(out.(*DeploymentStatus))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DeploymentStatus{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*DeploymentStrategy).DeepCopyInto(out.(*DeploymentStrategy))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&DeploymentStrategy{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*FSGroupStrategyOptions).DeepCopyInto(out.(*FSGroupStrategyOptions))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&FSGroupStrategyOptions{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*GroupIDRange).DeepCopyInto(out.(*GroupIDRange))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&GroupIDRange{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*HTTPIngressPath).DeepCopyInto(out.(*HTTPIngressPath))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&HTTPIngressPath{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*HTTPIngressRuleValue).DeepCopyInto(out.(*HTTPIngressRuleValue))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&HTTPIngressRuleValue{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*HostPortRange).DeepCopyInto(out.(*HostPortRange))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&HostPortRange{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*Ingress).DeepCopyInto(out.(*Ingress))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&Ingress{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*IngressBackend).DeepCopyInto(out.(*IngressBackend))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&IngressBackend{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*IngressList).DeepCopyInto(out.(*IngressList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&IngressList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*IngressRule).DeepCopyInto(out.(*IngressRule))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&IngressRule{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*IngressRuleValue).DeepCopyInto(out.(*IngressRuleValue))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&IngressRuleValue{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*IngressSpec).DeepCopyInto(out.(*IngressSpec))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&IngressSpec{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*IngressStatus).DeepCopyInto(out.(*IngressStatus))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&IngressStatus{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*IngressTLS).DeepCopyInto(out.(*IngressTLS))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&IngressTLS{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*NetworkPolicy).DeepCopyInto(out.(*NetworkPolicy))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&NetworkPolicy{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*NetworkPolicyIngressRule).DeepCopyInto(out.(*NetworkPolicyIngressRule))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&NetworkPolicyIngressRule{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*NetworkPolicyList).DeepCopyInto(out.(*NetworkPolicyList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&NetworkPolicyList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*NetworkPolicyPeer).DeepCopyInto(out.(*NetworkPolicyPeer))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&NetworkPolicyPeer{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*NetworkPolicyPort).DeepCopyInto(out.(*NetworkPolicyPort))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&NetworkPolicyPort{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*NetworkPolicySpec).DeepCopyInto(out.(*NetworkPolicySpec))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&NetworkPolicySpec{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*PodSecurityPolicy).DeepCopyInto(out.(*PodSecurityPolicy))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&PodSecurityPolicy{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*PodSecurityPolicyList).DeepCopyInto(out.(*PodSecurityPolicyList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&PodSecurityPolicyList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*PodSecurityPolicySpec).DeepCopyInto(out.(*PodSecurityPolicySpec))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&PodSecurityPolicySpec{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ReplicaSet).DeepCopyInto(out.(*ReplicaSet))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ReplicaSet{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ReplicaSetCondition).DeepCopyInto(out.(*ReplicaSetCondition))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ReplicaSetCondition{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ReplicaSetList).DeepCopyInto(out.(*ReplicaSetList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ReplicaSetList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ReplicaSetSpec).DeepCopyInto(out.(*ReplicaSetSpec))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ReplicaSetSpec{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ReplicaSetStatus).DeepCopyInto(out.(*ReplicaSetStatus))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ReplicaSetStatus{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ReplicationControllerDummy).DeepCopyInto(out.(*ReplicationControllerDummy))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ReplicationControllerDummy{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*RollbackConfig).DeepCopyInto(out.(*RollbackConfig))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&RollbackConfig{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*RollingUpdateDaemonSet).DeepCopyInto(out.(*RollingUpdateDaemonSet))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&RollingUpdateDaemonSet{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*RollingUpdateDeployment).DeepCopyInto(out.(*RollingUpdateDeployment))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&RollingUpdateDeployment{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*RunAsUserStrategyOptions).DeepCopyInto(out.(*RunAsUserStrategyOptions))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&RunAsUserStrategyOptions{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*SELinuxStrategyOptions).DeepCopyInto(out.(*SELinuxStrategyOptions))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&SELinuxStrategyOptions{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*Scale).DeepCopyInto(out.(*Scale))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&Scale{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ScaleSpec).DeepCopyInto(out.(*ScaleSpec))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ScaleSpec{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ScaleStatus).DeepCopyInto(out.(*ScaleStatus))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ScaleStatus{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*SupplementalGroupsStrategyOptions).DeepCopyInto(out.(*SupplementalGroupsStrategyOptions))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&SupplementalGroupsStrategyOptions{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ThirdPartyResource).DeepCopyInto(out.(*ThirdPartyResource))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ThirdPartyResource{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ThirdPartyResourceData).DeepCopyInto(out.(*ThirdPartyResourceData))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ThirdPartyResourceData{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ThirdPartyResourceDataList).DeepCopyInto(out.(*ThirdPartyResourceDataList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ThirdPartyResourceDataList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*ThirdPartyResourceList).DeepCopyInto(out.(*ThirdPartyResourceList))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&ThirdPartyResourceList{})},
 | |
| 		conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
 | |
| 			in.(*UserIDRange).DeepCopyInto(out.(*UserIDRange))
 | |
| 			return nil
 | |
| 		}, InType: reflect.TypeOf(&UserIDRange{})},
 | |
| 	)
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *APIVersion) DeepCopyInto(out *APIVersion) {
 | |
| 	*out = *in
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new APIVersion.
 | |
| func (x *APIVersion) DeepCopy() *APIVersion {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(APIVersion)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *CustomMetricCurrentStatus) DeepCopyInto(out *CustomMetricCurrentStatus) {
 | |
| 	*out = *in
 | |
| 	out.CurrentValue = in.CurrentValue.DeepCopy()
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricCurrentStatus.
 | |
| func (x *CustomMetricCurrentStatus) DeepCopy() *CustomMetricCurrentStatus {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(CustomMetricCurrentStatus)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *CustomMetricCurrentStatusList) DeepCopyInto(out *CustomMetricCurrentStatusList) {
 | |
| 	*out = *in
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]CustomMetricCurrentStatus, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricCurrentStatusList.
 | |
| func (x *CustomMetricCurrentStatusList) DeepCopy() *CustomMetricCurrentStatusList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(CustomMetricCurrentStatusList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *CustomMetricTarget) DeepCopyInto(out *CustomMetricTarget) {
 | |
| 	*out = *in
 | |
| 	out.TargetValue = in.TargetValue.DeepCopy()
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricTarget.
 | |
| func (x *CustomMetricTarget) DeepCopy() *CustomMetricTarget {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(CustomMetricTarget)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *CustomMetricTargetList) DeepCopyInto(out *CustomMetricTargetList) {
 | |
| 	*out = *in
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]CustomMetricTarget, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricTargetList.
 | |
| func (x *CustomMetricTargetList) DeepCopy() *CustomMetricTargetList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(CustomMetricTargetList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DaemonSet) DeepCopyInto(out *DaemonSet) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	in.Spec.DeepCopyInto(&out.Spec)
 | |
| 	in.Status.DeepCopyInto(&out.Status)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSet.
 | |
| func (x *DaemonSet) DeepCopy() *DaemonSet {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DaemonSet)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *DaemonSet) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DaemonSetList) DeepCopyInto(out *DaemonSetList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]DaemonSet, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetList.
 | |
| func (x *DaemonSetList) DeepCopy() *DaemonSetList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DaemonSetList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *DaemonSetList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DaemonSetSpec) DeepCopyInto(out *DaemonSetSpec) {
 | |
| 	*out = *in
 | |
| 	if in.Selector != nil {
 | |
| 		in, out := &in.Selector, &out.Selector
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(v1.LabelSelector)
 | |
| 			(*in).DeepCopyInto(*out)
 | |
| 		}
 | |
| 	}
 | |
| 	in.Template.DeepCopyInto(&out.Template)
 | |
| 	in.UpdateStrategy.DeepCopyInto(&out.UpdateStrategy)
 | |
| 	if in.RevisionHistoryLimit != nil {
 | |
| 		in, out := &in.RevisionHistoryLimit, &out.RevisionHistoryLimit
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(int32)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetSpec.
 | |
| func (x *DaemonSetSpec) DeepCopy() *DaemonSetSpec {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DaemonSetSpec)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DaemonSetStatus) DeepCopyInto(out *DaemonSetStatus) {
 | |
| 	*out = *in
 | |
| 	if in.CollisionCount != nil {
 | |
| 		in, out := &in.CollisionCount, &out.CollisionCount
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(int64)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetStatus.
 | |
| func (x *DaemonSetStatus) DeepCopy() *DaemonSetStatus {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DaemonSetStatus)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DaemonSetUpdateStrategy) DeepCopyInto(out *DaemonSetUpdateStrategy) {
 | |
| 	*out = *in
 | |
| 	if in.RollingUpdate != nil {
 | |
| 		in, out := &in.RollingUpdate, &out.RollingUpdate
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(RollingUpdateDaemonSet)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetUpdateStrategy.
 | |
| func (x *DaemonSetUpdateStrategy) DeepCopy() *DaemonSetUpdateStrategy {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DaemonSetUpdateStrategy)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *Deployment) DeepCopyInto(out *Deployment) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	in.Spec.DeepCopyInto(&out.Spec)
 | |
| 	in.Status.DeepCopyInto(&out.Status)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new Deployment.
 | |
| func (x *Deployment) DeepCopy() *Deployment {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(Deployment)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *Deployment) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DeploymentCondition) DeepCopyInto(out *DeploymentCondition) {
 | |
| 	*out = *in
 | |
| 	in.LastUpdateTime.DeepCopyInto(&out.LastUpdateTime)
 | |
| 	in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentCondition.
 | |
| func (x *DeploymentCondition) DeepCopy() *DeploymentCondition {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DeploymentCondition)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DeploymentList) DeepCopyInto(out *DeploymentList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]Deployment, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentList.
 | |
| func (x *DeploymentList) DeepCopy() *DeploymentList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DeploymentList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *DeploymentList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DeploymentRollback) DeepCopyInto(out *DeploymentRollback) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	if in.UpdatedAnnotations != nil {
 | |
| 		in, out := &in.UpdatedAnnotations, &out.UpdatedAnnotations
 | |
| 		*out = make(map[string]string, len(*in))
 | |
| 		for key, val := range *in {
 | |
| 			(*out)[key] = val
 | |
| 		}
 | |
| 	}
 | |
| 	out.RollbackTo = in.RollbackTo
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentRollback.
 | |
| func (x *DeploymentRollback) DeepCopy() *DeploymentRollback {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DeploymentRollback)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *DeploymentRollback) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DeploymentSpec) DeepCopyInto(out *DeploymentSpec) {
 | |
| 	*out = *in
 | |
| 	if in.Selector != nil {
 | |
| 		in, out := &in.Selector, &out.Selector
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(v1.LabelSelector)
 | |
| 			(*in).DeepCopyInto(*out)
 | |
| 		}
 | |
| 	}
 | |
| 	in.Template.DeepCopyInto(&out.Template)
 | |
| 	in.Strategy.DeepCopyInto(&out.Strategy)
 | |
| 	if in.RevisionHistoryLimit != nil {
 | |
| 		in, out := &in.RevisionHistoryLimit, &out.RevisionHistoryLimit
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(int32)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	if in.RollbackTo != nil {
 | |
| 		in, out := &in.RollbackTo, &out.RollbackTo
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(RollbackConfig)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	if in.ProgressDeadlineSeconds != nil {
 | |
| 		in, out := &in.ProgressDeadlineSeconds, &out.ProgressDeadlineSeconds
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(int32)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentSpec.
 | |
| func (x *DeploymentSpec) DeepCopy() *DeploymentSpec {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DeploymentSpec)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DeploymentStatus) DeepCopyInto(out *DeploymentStatus) {
 | |
| 	*out = *in
 | |
| 	if in.Conditions != nil {
 | |
| 		in, out := &in.Conditions, &out.Conditions
 | |
| 		*out = make([]DeploymentCondition, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	if in.CollisionCount != nil {
 | |
| 		in, out := &in.CollisionCount, &out.CollisionCount
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(int64)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentStatus.
 | |
| func (x *DeploymentStatus) DeepCopy() *DeploymentStatus {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DeploymentStatus)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *DeploymentStrategy) DeepCopyInto(out *DeploymentStrategy) {
 | |
| 	*out = *in
 | |
| 	if in.RollingUpdate != nil {
 | |
| 		in, out := &in.RollingUpdate, &out.RollingUpdate
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(RollingUpdateDeployment)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentStrategy.
 | |
| func (x *DeploymentStrategy) DeepCopy() *DeploymentStrategy {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(DeploymentStrategy)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *FSGroupStrategyOptions) DeepCopyInto(out *FSGroupStrategyOptions) {
 | |
| 	*out = *in
 | |
| 	if in.Ranges != nil {
 | |
| 		in, out := &in.Ranges, &out.Ranges
 | |
| 		*out = make([]GroupIDRange, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new FSGroupStrategyOptions.
 | |
| func (x *FSGroupStrategyOptions) DeepCopy() *FSGroupStrategyOptions {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(FSGroupStrategyOptions)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *GroupIDRange) DeepCopyInto(out *GroupIDRange) {
 | |
| 	*out = *in
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new GroupIDRange.
 | |
| func (x *GroupIDRange) DeepCopy() *GroupIDRange {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(GroupIDRange)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *HTTPIngressPath) DeepCopyInto(out *HTTPIngressPath) {
 | |
| 	*out = *in
 | |
| 	out.Backend = in.Backend
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressPath.
 | |
| func (x *HTTPIngressPath) DeepCopy() *HTTPIngressPath {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(HTTPIngressPath)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *HTTPIngressRuleValue) DeepCopyInto(out *HTTPIngressRuleValue) {
 | |
| 	*out = *in
 | |
| 	if in.Paths != nil {
 | |
| 		in, out := &in.Paths, &out.Paths
 | |
| 		*out = make([]HTTPIngressPath, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressRuleValue.
 | |
| func (x *HTTPIngressRuleValue) DeepCopy() *HTTPIngressRuleValue {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(HTTPIngressRuleValue)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *HostPortRange) DeepCopyInto(out *HostPortRange) {
 | |
| 	*out = *in
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new HostPortRange.
 | |
| func (x *HostPortRange) DeepCopy() *HostPortRange {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(HostPortRange)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *Ingress) DeepCopyInto(out *Ingress) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	in.Spec.DeepCopyInto(&out.Spec)
 | |
| 	in.Status.DeepCopyInto(&out.Status)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new Ingress.
 | |
| func (x *Ingress) DeepCopy() *Ingress {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(Ingress)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *Ingress) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *IngressBackend) DeepCopyInto(out *IngressBackend) {
 | |
| 	*out = *in
 | |
| 	out.ServicePort = in.ServicePort
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new IngressBackend.
 | |
| func (x *IngressBackend) DeepCopy() *IngressBackend {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(IngressBackend)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *IngressList) DeepCopyInto(out *IngressList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]Ingress, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new IngressList.
 | |
| func (x *IngressList) DeepCopy() *IngressList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(IngressList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *IngressList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *IngressRule) DeepCopyInto(out *IngressRule) {
 | |
| 	*out = *in
 | |
| 	in.IngressRuleValue.DeepCopyInto(&out.IngressRuleValue)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new IngressRule.
 | |
| func (x *IngressRule) DeepCopy() *IngressRule {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(IngressRule)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *IngressRuleValue) DeepCopyInto(out *IngressRuleValue) {
 | |
| 	*out = *in
 | |
| 	if in.HTTP != nil {
 | |
| 		in, out := &in.HTTP, &out.HTTP
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(HTTPIngressRuleValue)
 | |
| 			(*in).DeepCopyInto(*out)
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new IngressRuleValue.
 | |
| func (x *IngressRuleValue) DeepCopy() *IngressRuleValue {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(IngressRuleValue)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *IngressSpec) DeepCopyInto(out *IngressSpec) {
 | |
| 	*out = *in
 | |
| 	if in.Backend != nil {
 | |
| 		in, out := &in.Backend, &out.Backend
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(IngressBackend)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	if in.TLS != nil {
 | |
| 		in, out := &in.TLS, &out.TLS
 | |
| 		*out = make([]IngressTLS, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	if in.Rules != nil {
 | |
| 		in, out := &in.Rules, &out.Rules
 | |
| 		*out = make([]IngressRule, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new IngressSpec.
 | |
| func (x *IngressSpec) DeepCopy() *IngressSpec {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(IngressSpec)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *IngressStatus) DeepCopyInto(out *IngressStatus) {
 | |
| 	*out = *in
 | |
| 	in.LoadBalancer.DeepCopyInto(&out.LoadBalancer)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new IngressStatus.
 | |
| func (x *IngressStatus) DeepCopy() *IngressStatus {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(IngressStatus)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
 | |
| 	*out = *in
 | |
| 	if in.Hosts != nil {
 | |
| 		in, out := &in.Hosts, &out.Hosts
 | |
| 		*out = make([]string, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
 | |
| func (x *IngressTLS) DeepCopy() *IngressTLS {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(IngressTLS)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *NetworkPolicy) DeepCopyInto(out *NetworkPolicy) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	in.Spec.DeepCopyInto(&out.Spec)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicy.
 | |
| func (x *NetworkPolicy) DeepCopy() *NetworkPolicy {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(NetworkPolicy)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *NetworkPolicy) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *NetworkPolicyIngressRule) DeepCopyInto(out *NetworkPolicyIngressRule) {
 | |
| 	*out = *in
 | |
| 	if in.Ports != nil {
 | |
| 		in, out := &in.Ports, &out.Ports
 | |
| 		*out = make([]NetworkPolicyPort, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	if in.From != nil {
 | |
| 		in, out := &in.From, &out.From
 | |
| 		*out = make([]NetworkPolicyPeer, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyIngressRule.
 | |
| func (x *NetworkPolicyIngressRule) DeepCopy() *NetworkPolicyIngressRule {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(NetworkPolicyIngressRule)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *NetworkPolicyList) DeepCopyInto(out *NetworkPolicyList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]NetworkPolicy, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyList.
 | |
| func (x *NetworkPolicyList) DeepCopy() *NetworkPolicyList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(NetworkPolicyList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *NetworkPolicyList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *NetworkPolicyPeer) DeepCopyInto(out *NetworkPolicyPeer) {
 | |
| 	*out = *in
 | |
| 	if in.PodSelector != nil {
 | |
| 		in, out := &in.PodSelector, &out.PodSelector
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(v1.LabelSelector)
 | |
| 			(*in).DeepCopyInto(*out)
 | |
| 		}
 | |
| 	}
 | |
| 	if in.NamespaceSelector != nil {
 | |
| 		in, out := &in.NamespaceSelector, &out.NamespaceSelector
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(v1.LabelSelector)
 | |
| 			(*in).DeepCopyInto(*out)
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPeer.
 | |
| func (x *NetworkPolicyPeer) DeepCopy() *NetworkPolicyPeer {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(NetworkPolicyPeer)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *NetworkPolicyPort) DeepCopyInto(out *NetworkPolicyPort) {
 | |
| 	*out = *in
 | |
| 	if in.Protocol != nil {
 | |
| 		in, out := &in.Protocol, &out.Protocol
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(api.Protocol)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	if in.Port != nil {
 | |
| 		in, out := &in.Port, &out.Port
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(intstr.IntOrString)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicyPort.
 | |
| func (x *NetworkPolicyPort) DeepCopy() *NetworkPolicyPort {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(NetworkPolicyPort)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *NetworkPolicySpec) DeepCopyInto(out *NetworkPolicySpec) {
 | |
| 	*out = *in
 | |
| 	in.PodSelector.DeepCopyInto(&out.PodSelector)
 | |
| 	if in.Ingress != nil {
 | |
| 		in, out := &in.Ingress, &out.Ingress
 | |
| 		*out = make([]NetworkPolicyIngressRule, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new NetworkPolicySpec.
 | |
| func (x *NetworkPolicySpec) DeepCopy() *NetworkPolicySpec {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(NetworkPolicySpec)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *PodSecurityPolicy) DeepCopyInto(out *PodSecurityPolicy) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	in.Spec.DeepCopyInto(&out.Spec)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new PodSecurityPolicy.
 | |
| func (x *PodSecurityPolicy) DeepCopy() *PodSecurityPolicy {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(PodSecurityPolicy)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *PodSecurityPolicy) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *PodSecurityPolicyList) DeepCopyInto(out *PodSecurityPolicyList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]PodSecurityPolicy, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new PodSecurityPolicyList.
 | |
| func (x *PodSecurityPolicyList) DeepCopy() *PodSecurityPolicyList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(PodSecurityPolicyList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *PodSecurityPolicyList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *PodSecurityPolicySpec) DeepCopyInto(out *PodSecurityPolicySpec) {
 | |
| 	*out = *in
 | |
| 	if in.DefaultAddCapabilities != nil {
 | |
| 		in, out := &in.DefaultAddCapabilities, &out.DefaultAddCapabilities
 | |
| 		*out = make([]api.Capability, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	if in.RequiredDropCapabilities != nil {
 | |
| 		in, out := &in.RequiredDropCapabilities, &out.RequiredDropCapabilities
 | |
| 		*out = make([]api.Capability, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	if in.AllowedCapabilities != nil {
 | |
| 		in, out := &in.AllowedCapabilities, &out.AllowedCapabilities
 | |
| 		*out = make([]api.Capability, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	if in.Volumes != nil {
 | |
| 		in, out := &in.Volumes, &out.Volumes
 | |
| 		*out = make([]FSType, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	if in.HostPorts != nil {
 | |
| 		in, out := &in.HostPorts, &out.HostPorts
 | |
| 		*out = make([]HostPortRange, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	in.SELinux.DeepCopyInto(&out.SELinux)
 | |
| 	in.RunAsUser.DeepCopyInto(&out.RunAsUser)
 | |
| 	in.SupplementalGroups.DeepCopyInto(&out.SupplementalGroups)
 | |
| 	in.FSGroup.DeepCopyInto(&out.FSGroup)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new PodSecurityPolicySpec.
 | |
| func (x *PodSecurityPolicySpec) DeepCopy() *PodSecurityPolicySpec {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(PodSecurityPolicySpec)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ReplicaSet) DeepCopyInto(out *ReplicaSet) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	in.Spec.DeepCopyInto(&out.Spec)
 | |
| 	in.Status.DeepCopyInto(&out.Status)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSet.
 | |
| func (x *ReplicaSet) DeepCopy() *ReplicaSet {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ReplicaSet)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *ReplicaSet) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ReplicaSetCondition) DeepCopyInto(out *ReplicaSetCondition) {
 | |
| 	*out = *in
 | |
| 	in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetCondition.
 | |
| func (x *ReplicaSetCondition) DeepCopy() *ReplicaSetCondition {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ReplicaSetCondition)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ReplicaSetList) DeepCopyInto(out *ReplicaSetList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]ReplicaSet, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetList.
 | |
| func (x *ReplicaSetList) DeepCopy() *ReplicaSetList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ReplicaSetList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *ReplicaSetList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ReplicaSetSpec) DeepCopyInto(out *ReplicaSetSpec) {
 | |
| 	*out = *in
 | |
| 	if in.Selector != nil {
 | |
| 		in, out := &in.Selector, &out.Selector
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(v1.LabelSelector)
 | |
| 			(*in).DeepCopyInto(*out)
 | |
| 		}
 | |
| 	}
 | |
| 	in.Template.DeepCopyInto(&out.Template)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetSpec.
 | |
| func (x *ReplicaSetSpec) DeepCopy() *ReplicaSetSpec {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ReplicaSetSpec)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ReplicaSetStatus) DeepCopyInto(out *ReplicaSetStatus) {
 | |
| 	*out = *in
 | |
| 	if in.Conditions != nil {
 | |
| 		in, out := &in.Conditions, &out.Conditions
 | |
| 		*out = make([]ReplicaSetCondition, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetStatus.
 | |
| func (x *ReplicaSetStatus) DeepCopy() *ReplicaSetStatus {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ReplicaSetStatus)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ReplicationControllerDummy) DeepCopyInto(out *ReplicationControllerDummy) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationControllerDummy.
 | |
| func (x *ReplicationControllerDummy) DeepCopy() *ReplicationControllerDummy {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ReplicationControllerDummy)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *ReplicationControllerDummy) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *RollbackConfig) DeepCopyInto(out *RollbackConfig) {
 | |
| 	*out = *in
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new RollbackConfig.
 | |
| func (x *RollbackConfig) DeepCopy() *RollbackConfig {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(RollbackConfig)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *RollingUpdateDaemonSet) DeepCopyInto(out *RollingUpdateDaemonSet) {
 | |
| 	*out = *in
 | |
| 	out.MaxUnavailable = in.MaxUnavailable
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new RollingUpdateDaemonSet.
 | |
| func (x *RollingUpdateDaemonSet) DeepCopy() *RollingUpdateDaemonSet {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(RollingUpdateDaemonSet)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *RollingUpdateDeployment) DeepCopyInto(out *RollingUpdateDeployment) {
 | |
| 	*out = *in
 | |
| 	out.MaxUnavailable = in.MaxUnavailable
 | |
| 	out.MaxSurge = in.MaxSurge
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new RollingUpdateDeployment.
 | |
| func (x *RollingUpdateDeployment) DeepCopy() *RollingUpdateDeployment {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(RollingUpdateDeployment)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *RunAsUserStrategyOptions) DeepCopyInto(out *RunAsUserStrategyOptions) {
 | |
| 	*out = *in
 | |
| 	if in.Ranges != nil {
 | |
| 		in, out := &in.Ranges, &out.Ranges
 | |
| 		*out = make([]UserIDRange, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new RunAsUserStrategyOptions.
 | |
| func (x *RunAsUserStrategyOptions) DeepCopy() *RunAsUserStrategyOptions {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(RunAsUserStrategyOptions)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *SELinuxStrategyOptions) DeepCopyInto(out *SELinuxStrategyOptions) {
 | |
| 	*out = *in
 | |
| 	if in.SELinuxOptions != nil {
 | |
| 		in, out := &in.SELinuxOptions, &out.SELinuxOptions
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(api.SELinuxOptions)
 | |
| 			**out = **in
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new SELinuxStrategyOptions.
 | |
| func (x *SELinuxStrategyOptions) DeepCopy() *SELinuxStrategyOptions {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(SELinuxStrategyOptions)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *Scale) DeepCopyInto(out *Scale) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	out.Spec = in.Spec
 | |
| 	in.Status.DeepCopyInto(&out.Status)
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new Scale.
 | |
| func (x *Scale) DeepCopy() *Scale {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(Scale)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *Scale) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ScaleSpec) DeepCopyInto(out *ScaleSpec) {
 | |
| 	*out = *in
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ScaleSpec.
 | |
| func (x *ScaleSpec) DeepCopy() *ScaleSpec {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ScaleSpec)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ScaleStatus) DeepCopyInto(out *ScaleStatus) {
 | |
| 	*out = *in
 | |
| 	if in.Selector != nil {
 | |
| 		in, out := &in.Selector, &out.Selector
 | |
| 		if *in == nil {
 | |
| 			*out = nil
 | |
| 		} else {
 | |
| 			*out = new(v1.LabelSelector)
 | |
| 			(*in).DeepCopyInto(*out)
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ScaleStatus.
 | |
| func (x *ScaleStatus) DeepCopy() *ScaleStatus {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ScaleStatus)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *SupplementalGroupsStrategyOptions) DeepCopyInto(out *SupplementalGroupsStrategyOptions) {
 | |
| 	*out = *in
 | |
| 	if in.Ranges != nil {
 | |
| 		in, out := &in.Ranges, &out.Ranges
 | |
| 		*out = make([]GroupIDRange, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new SupplementalGroupsStrategyOptions.
 | |
| func (x *SupplementalGroupsStrategyOptions) DeepCopy() *SupplementalGroupsStrategyOptions {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(SupplementalGroupsStrategyOptions)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ThirdPartyResource) DeepCopyInto(out *ThirdPartyResource) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	if in.Versions != nil {
 | |
| 		in, out := &in.Versions, &out.Versions
 | |
| 		*out = make([]APIVersion, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ThirdPartyResource.
 | |
| func (x *ThirdPartyResource) DeepCopy() *ThirdPartyResource {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ThirdPartyResource)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *ThirdPartyResource) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ThirdPartyResourceData) DeepCopyInto(out *ThirdPartyResourceData) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 | |
| 	if in.Data != nil {
 | |
| 		in, out := &in.Data, &out.Data
 | |
| 		*out = make([]byte, len(*in))
 | |
| 		copy(*out, *in)
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ThirdPartyResourceData.
 | |
| func (x *ThirdPartyResourceData) DeepCopy() *ThirdPartyResourceData {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ThirdPartyResourceData)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *ThirdPartyResourceData) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ThirdPartyResourceDataList) DeepCopyInto(out *ThirdPartyResourceDataList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]ThirdPartyResourceData, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ThirdPartyResourceDataList.
 | |
| func (x *ThirdPartyResourceDataList) DeepCopy() *ThirdPartyResourceDataList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ThirdPartyResourceDataList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *ThirdPartyResourceDataList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *ThirdPartyResourceList) DeepCopyInto(out *ThirdPartyResourceList) {
 | |
| 	*out = *in
 | |
| 	out.TypeMeta = in.TypeMeta
 | |
| 	out.ListMeta = in.ListMeta
 | |
| 	if in.Items != nil {
 | |
| 		in, out := &in.Items, &out.Items
 | |
| 		*out = make([]ThirdPartyResource, len(*in))
 | |
| 		for i := range *in {
 | |
| 			(*in)[i].DeepCopyInto(&(*out)[i])
 | |
| 		}
 | |
| 	}
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new ThirdPartyResourceList.
 | |
| func (x *ThirdPartyResourceList) DeepCopy() *ThirdPartyResourceList {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(ThirdPartyResourceList)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | |
| 
 | |
| // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
 | |
| func (x *ThirdPartyResourceList) DeepCopyObject() runtime.Object {
 | |
| 	if c := x.DeepCopy(); c != nil {
 | |
| 		return c
 | |
| 	} else {
 | |
| 		return nil
 | |
| 	}
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 | |
| func (in *UserIDRange) DeepCopyInto(out *UserIDRange) {
 | |
| 	*out = *in
 | |
| 	return
 | |
| }
 | |
| 
 | |
| // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, creating a new UserIDRange.
 | |
| func (x *UserIDRange) DeepCopy() *UserIDRange {
 | |
| 	if x == nil {
 | |
| 		return nil
 | |
| 	}
 | |
| 	out := new(UserIDRange)
 | |
| 	x.DeepCopyInto(out)
 | |
| 	return out
 | |
| }
 | 
