2017-02-01 00:45:59 +00:00
|
|
|
// +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 api
|
|
|
|
|
|
|
|
import (
|
2017-09-18 11:04:23 +00:00
|
|
|
resource "k8s.io/apimachinery/pkg/api/resource"
|
2017-02-01 00:45:59 +00:00
|
|
|
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
|
|
|
conversion "k8s.io/apimachinery/pkg/conversion"
|
|
|
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
|
|
|
types "k8s.io/apimachinery/pkg/types"
|
|
|
|
reflect "reflect"
|
|
|
|
)
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
SchemeBuilder.Register(RegisterDeepCopies)
|
|
|
|
}
|
|
|
|
|
|
|
|
// RegisterDeepCopies adds deep-copy functions to the given scheme. Public
|
|
|
|
// to allow building arbitrary schemes.
|
2017-09-26 14:23:09 +00:00
|
|
|
//
|
|
|
|
// Deprecated: deepcopy registration will go away when static deepcopy is fully implemented.
|
2017-02-01 00:45:59 +00:00
|
|
|
func RegisterDeepCopies(scheme *runtime.Scheme) error {
|
|
|
|
return scheme.AddGeneratedDeepCopyFuncs(
|
2017-09-26 14:23:09 +00:00
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*AWSElasticBlockStoreVolumeSource).DeepCopyInto(out.(*AWSElasticBlockStoreVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&AWSElasticBlockStoreVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Affinity).DeepCopyInto(out.(*Affinity))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Affinity{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*AttachedVolume).DeepCopyInto(out.(*AttachedVolume))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&AttachedVolume{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*AvoidPods).DeepCopyInto(out.(*AvoidPods))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&AvoidPods{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*AzureDiskVolumeSource).DeepCopyInto(out.(*AzureDiskVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&AzureDiskVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*AzureFilePersistentVolumeSource).DeepCopyInto(out.(*AzureFilePersistentVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&AzureFilePersistentVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*AzureFileVolumeSource).DeepCopyInto(out.(*AzureFileVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&AzureFileVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Binding).DeepCopyInto(out.(*Binding))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Binding{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Capabilities).DeepCopyInto(out.(*Capabilities))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Capabilities{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*CephFSPersistentVolumeSource).DeepCopyInto(out.(*CephFSPersistentVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&CephFSPersistentVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*CephFSVolumeSource).DeepCopyInto(out.(*CephFSVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&CephFSVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*CinderVolumeSource).DeepCopyInto(out.(*CinderVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&CinderVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ClientIPConfig).DeepCopyInto(out.(*ClientIPConfig))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ClientIPConfig{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ComponentCondition).DeepCopyInto(out.(*ComponentCondition))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ComponentCondition{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ComponentStatus).DeepCopyInto(out.(*ComponentStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ComponentStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ComponentStatusList).DeepCopyInto(out.(*ComponentStatusList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ComponentStatusList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ConfigMap).DeepCopyInto(out.(*ConfigMap))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ConfigMap{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ConfigMapEnvSource).DeepCopyInto(out.(*ConfigMapEnvSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ConfigMapEnvSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ConfigMapKeySelector).DeepCopyInto(out.(*ConfigMapKeySelector))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ConfigMapKeySelector{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ConfigMapList).DeepCopyInto(out.(*ConfigMapList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ConfigMapList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ConfigMapProjection).DeepCopyInto(out.(*ConfigMapProjection))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ConfigMapProjection{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ConfigMapVolumeSource).DeepCopyInto(out.(*ConfigMapVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ConfigMapVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Container).DeepCopyInto(out.(*Container))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Container{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ContainerImage).DeepCopyInto(out.(*ContainerImage))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ContainerImage{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ContainerPort).DeepCopyInto(out.(*ContainerPort))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ContainerPort{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ContainerState).DeepCopyInto(out.(*ContainerState))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ContainerState{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ContainerStateRunning).DeepCopyInto(out.(*ContainerStateRunning))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ContainerStateRunning{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ContainerStateTerminated).DeepCopyInto(out.(*ContainerStateTerminated))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ContainerStateTerminated{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ContainerStateWaiting).DeepCopyInto(out.(*ContainerStateWaiting))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ContainerStateWaiting{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ContainerStatus).DeepCopyInto(out.(*ContainerStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ContainerStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*DaemonEndpoint).DeepCopyInto(out.(*DaemonEndpoint))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&DaemonEndpoint{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*DeleteOptions).DeepCopyInto(out.(*DeleteOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&DeleteOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*DownwardAPIProjection).DeepCopyInto(out.(*DownwardAPIProjection))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&DownwardAPIProjection{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*DownwardAPIVolumeFile).DeepCopyInto(out.(*DownwardAPIVolumeFile))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&DownwardAPIVolumeFile{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*DownwardAPIVolumeSource).DeepCopyInto(out.(*DownwardAPIVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&DownwardAPIVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EmptyDirVolumeSource).DeepCopyInto(out.(*EmptyDirVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EmptyDirVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EndpointAddress).DeepCopyInto(out.(*EndpointAddress))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EndpointAddress{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EndpointPort).DeepCopyInto(out.(*EndpointPort))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EndpointPort{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EndpointSubset).DeepCopyInto(out.(*EndpointSubset))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EndpointSubset{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Endpoints).DeepCopyInto(out.(*Endpoints))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Endpoints{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EndpointsList).DeepCopyInto(out.(*EndpointsList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EndpointsList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EnvFromSource).DeepCopyInto(out.(*EnvFromSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EnvFromSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EnvVar).DeepCopyInto(out.(*EnvVar))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EnvVar{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EnvVarSource).DeepCopyInto(out.(*EnvVarSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EnvVarSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Event).DeepCopyInto(out.(*Event))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Event{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EventList).DeepCopyInto(out.(*EventList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EventList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*EventSource).DeepCopyInto(out.(*EventSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&EventSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ExecAction).DeepCopyInto(out.(*ExecAction))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ExecAction{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*FCVolumeSource).DeepCopyInto(out.(*FCVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&FCVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*FlexVolumeSource).DeepCopyInto(out.(*FlexVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&FlexVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*FlockerVolumeSource).DeepCopyInto(out.(*FlockerVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&FlockerVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*GCEPersistentDiskVolumeSource).DeepCopyInto(out.(*GCEPersistentDiskVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&GCEPersistentDiskVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*GitRepoVolumeSource).DeepCopyInto(out.(*GitRepoVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&GitRepoVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*GlusterfsVolumeSource).DeepCopyInto(out.(*GlusterfsVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&GlusterfsVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*HTTPGetAction).DeepCopyInto(out.(*HTTPGetAction))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&HTTPGetAction{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*HTTPHeader).DeepCopyInto(out.(*HTTPHeader))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&HTTPHeader{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Handler).DeepCopyInto(out.(*Handler))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Handler{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*HostAlias).DeepCopyInto(out.(*HostAlias))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&HostAlias{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*HostPathVolumeSource).DeepCopyInto(out.(*HostPathVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&HostPathVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ISCSIVolumeSource).DeepCopyInto(out.(*ISCSIVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ISCSIVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*KeyToPath).DeepCopyInto(out.(*KeyToPath))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&KeyToPath{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Lifecycle).DeepCopyInto(out.(*Lifecycle))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Lifecycle{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LimitRange).DeepCopyInto(out.(*LimitRange))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LimitRange{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LimitRangeItem).DeepCopyInto(out.(*LimitRangeItem))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LimitRangeItem{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LimitRangeList).DeepCopyInto(out.(*LimitRangeList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LimitRangeList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LimitRangeSpec).DeepCopyInto(out.(*LimitRangeSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LimitRangeSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*List).DeepCopyInto(out.(*List))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&List{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ListOptions).DeepCopyInto(out.(*ListOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ListOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LoadBalancerIngress).DeepCopyInto(out.(*LoadBalancerIngress))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LoadBalancerIngress{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LoadBalancerStatus).DeepCopyInto(out.(*LoadBalancerStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LoadBalancerStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LocalObjectReference).DeepCopyInto(out.(*LocalObjectReference))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LocalObjectReference{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*LocalVolumeSource).DeepCopyInto(out.(*LocalVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&LocalVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NFSVolumeSource).DeepCopyInto(out.(*NFSVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NFSVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Namespace).DeepCopyInto(out.(*Namespace))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Namespace{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NamespaceList).DeepCopyInto(out.(*NamespaceList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NamespaceList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NamespaceSpec).DeepCopyInto(out.(*NamespaceSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NamespaceSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NamespaceStatus).DeepCopyInto(out.(*NamespaceStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NamespaceStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Node).DeepCopyInto(out.(*Node))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Node{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeAddress).DeepCopyInto(out.(*NodeAddress))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeAddress{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeAffinity).DeepCopyInto(out.(*NodeAffinity))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeAffinity{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeCondition).DeepCopyInto(out.(*NodeCondition))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeCondition{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeConfigSource).DeepCopyInto(out.(*NodeConfigSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeConfigSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeDaemonEndpoints).DeepCopyInto(out.(*NodeDaemonEndpoints))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeDaemonEndpoints{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeList).DeepCopyInto(out.(*NodeList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeProxyOptions).DeepCopyInto(out.(*NodeProxyOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeProxyOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeResources).DeepCopyInto(out.(*NodeResources))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeResources{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeSelector).DeepCopyInto(out.(*NodeSelector))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeSelector{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeSelectorRequirement).DeepCopyInto(out.(*NodeSelectorRequirement))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeSelectorRequirement{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeSelectorTerm).DeepCopyInto(out.(*NodeSelectorTerm))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeSelectorTerm{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeSpec).DeepCopyInto(out.(*NodeSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeStatus).DeepCopyInto(out.(*NodeStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*NodeSystemInfo).DeepCopyInto(out.(*NodeSystemInfo))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&NodeSystemInfo{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ObjectFieldSelector).DeepCopyInto(out.(*ObjectFieldSelector))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ObjectFieldSelector{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ObjectMeta).DeepCopyInto(out.(*ObjectMeta))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ObjectMeta{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ObjectReference).DeepCopyInto(out.(*ObjectReference))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ObjectReference{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolume).DeepCopyInto(out.(*PersistentVolume))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolume{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeClaim).DeepCopyInto(out.(*PersistentVolumeClaim))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeClaim{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeClaimCondition).DeepCopyInto(out.(*PersistentVolumeClaimCondition))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeClaimCondition{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeClaimList).DeepCopyInto(out.(*PersistentVolumeClaimList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeClaimList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeClaimSpec).DeepCopyInto(out.(*PersistentVolumeClaimSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeClaimSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeClaimStatus).DeepCopyInto(out.(*PersistentVolumeClaimStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeClaimStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeClaimVolumeSource).DeepCopyInto(out.(*PersistentVolumeClaimVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeClaimVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeList).DeepCopyInto(out.(*PersistentVolumeList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeSource).DeepCopyInto(out.(*PersistentVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeSpec).DeepCopyInto(out.(*PersistentVolumeSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PersistentVolumeStatus).DeepCopyInto(out.(*PersistentVolumeStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PersistentVolumeStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PhotonPersistentDiskVolumeSource).DeepCopyInto(out.(*PhotonPersistentDiskVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PhotonPersistentDiskVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Pod).DeepCopyInto(out.(*Pod))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Pod{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodAffinity).DeepCopyInto(out.(*PodAffinity))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodAffinity{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodAffinityTerm).DeepCopyInto(out.(*PodAffinityTerm))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodAffinityTerm{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodAntiAffinity).DeepCopyInto(out.(*PodAntiAffinity))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodAntiAffinity{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodAttachOptions).DeepCopyInto(out.(*PodAttachOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodAttachOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodCondition).DeepCopyInto(out.(*PodCondition))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodCondition{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodExecOptions).DeepCopyInto(out.(*PodExecOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodExecOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodList).DeepCopyInto(out.(*PodList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodLogOptions).DeepCopyInto(out.(*PodLogOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodLogOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodPortForwardOptions).DeepCopyInto(out.(*PodPortForwardOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodPortForwardOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodProxyOptions).DeepCopyInto(out.(*PodProxyOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodProxyOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodSecurityContext).DeepCopyInto(out.(*PodSecurityContext))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodSecurityContext{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodSignature).DeepCopyInto(out.(*PodSignature))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodSignature{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodSpec).DeepCopyInto(out.(*PodSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodStatus).DeepCopyInto(out.(*PodStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodStatusResult).DeepCopyInto(out.(*PodStatusResult))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodStatusResult{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodTemplate).DeepCopyInto(out.(*PodTemplate))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodTemplate{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodTemplateList).DeepCopyInto(out.(*PodTemplateList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodTemplateList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PodTemplateSpec).DeepCopyInto(out.(*PodTemplateSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PodTemplateSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PortworxVolumeSource).DeepCopyInto(out.(*PortworxVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PortworxVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Preconditions).DeepCopyInto(out.(*Preconditions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Preconditions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PreferAvoidPodsEntry).DeepCopyInto(out.(*PreferAvoidPodsEntry))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PreferAvoidPodsEntry{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*PreferredSchedulingTerm).DeepCopyInto(out.(*PreferredSchedulingTerm))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&PreferredSchedulingTerm{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Probe).DeepCopyInto(out.(*Probe))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Probe{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ProjectedVolumeSource).DeepCopyInto(out.(*ProjectedVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ProjectedVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*QuobyteVolumeSource).DeepCopyInto(out.(*QuobyteVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&QuobyteVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*RBDVolumeSource).DeepCopyInto(out.(*RBDVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&RBDVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*RangeAllocation).DeepCopyInto(out.(*RangeAllocation))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&RangeAllocation{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ReplicationController).DeepCopyInto(out.(*ReplicationController))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ReplicationController{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ReplicationControllerCondition).DeepCopyInto(out.(*ReplicationControllerCondition))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ReplicationControllerCondition{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ReplicationControllerList).DeepCopyInto(out.(*ReplicationControllerList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ReplicationControllerList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ReplicationControllerSpec).DeepCopyInto(out.(*ReplicationControllerSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ReplicationControllerSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ReplicationControllerStatus).DeepCopyInto(out.(*ReplicationControllerStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ReplicationControllerStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ResourceFieldSelector).DeepCopyInto(out.(*ResourceFieldSelector))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ResourceFieldSelector{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ResourceQuota).DeepCopyInto(out.(*ResourceQuota))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ResourceQuota{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ResourceQuotaList).DeepCopyInto(out.(*ResourceQuotaList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ResourceQuotaList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ResourceQuotaSpec).DeepCopyInto(out.(*ResourceQuotaSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ResourceQuotaSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ResourceQuotaStatus).DeepCopyInto(out.(*ResourceQuotaStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ResourceQuotaStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ResourceRequirements).DeepCopyInto(out.(*ResourceRequirements))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ResourceRequirements{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SELinuxOptions).DeepCopyInto(out.(*SELinuxOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SELinuxOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ScaleIOVolumeSource).DeepCopyInto(out.(*ScaleIOVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ScaleIOVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Secret).DeepCopyInto(out.(*Secret))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Secret{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SecretEnvSource).DeepCopyInto(out.(*SecretEnvSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SecretEnvSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SecretKeySelector).DeepCopyInto(out.(*SecretKeySelector))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SecretKeySelector{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SecretList).DeepCopyInto(out.(*SecretList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SecretList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SecretProjection).DeepCopyInto(out.(*SecretProjection))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SecretProjection{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SecretReference).DeepCopyInto(out.(*SecretReference))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SecretReference{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SecretVolumeSource).DeepCopyInto(out.(*SecretVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SecretVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SecurityContext).DeepCopyInto(out.(*SecurityContext))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SecurityContext{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SerializedReference).DeepCopyInto(out.(*SerializedReference))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SerializedReference{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Service).DeepCopyInto(out.(*Service))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Service{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ServiceAccount).DeepCopyInto(out.(*ServiceAccount))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ServiceAccount{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ServiceAccountList).DeepCopyInto(out.(*ServiceAccountList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ServiceAccountList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ServiceList).DeepCopyInto(out.(*ServiceList))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ServiceList{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ServicePort).DeepCopyInto(out.(*ServicePort))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ServicePort{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ServiceProxyOptions).DeepCopyInto(out.(*ServiceProxyOptions))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ServiceProxyOptions{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ServiceSpec).DeepCopyInto(out.(*ServiceSpec))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ServiceSpec{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*ServiceStatus).DeepCopyInto(out.(*ServiceStatus))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&ServiceStatus{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*SessionAffinityConfig).DeepCopyInto(out.(*SessionAffinityConfig))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&SessionAffinityConfig{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*StorageOSPersistentVolumeSource).DeepCopyInto(out.(*StorageOSPersistentVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&StorageOSPersistentVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*StorageOSVolumeSource).DeepCopyInto(out.(*StorageOSVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&StorageOSVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Sysctl).DeepCopyInto(out.(*Sysctl))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Sysctl{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*TCPSocketAction).DeepCopyInto(out.(*TCPSocketAction))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&TCPSocketAction{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Taint).DeepCopyInto(out.(*Taint))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Taint{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Toleration).DeepCopyInto(out.(*Toleration))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Toleration{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*Volume).DeepCopyInto(out.(*Volume))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&Volume{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*VolumeMount).DeepCopyInto(out.(*VolumeMount))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&VolumeMount{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*VolumeProjection).DeepCopyInto(out.(*VolumeProjection))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&VolumeProjection{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*VolumeSource).DeepCopyInto(out.(*VolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&VolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*VsphereVirtualDiskVolumeSource).DeepCopyInto(out.(*VsphereVirtualDiskVolumeSource))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&VsphereVirtualDiskVolumeSource{})},
|
|
|
|
conversion.GeneratedDeepCopyFunc{Fn: func(in interface{}, out interface{}, c *conversion.Cloner) error {
|
|
|
|
in.(*WeightedPodAffinityTerm).DeepCopyInto(out.(*WeightedPodAffinityTerm))
|
|
|
|
return nil
|
|
|
|
}, InType: reflect.TypeOf(&WeightedPodAffinityTerm{})},
|
2017-02-01 00:45:59 +00:00
|
|
|
)
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *AWSElasticBlockStoreVolumeSource) DeepCopyInto(out *AWSElasticBlockStoreVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSElasticBlockStoreVolumeSource.
|
|
|
|
func (in *AWSElasticBlockStoreVolumeSource) DeepCopy() *AWSElasticBlockStoreVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(AWSElasticBlockStoreVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Affinity) DeepCopyInto(out *Affinity) {
|
|
|
|
*out = *in
|
|
|
|
if in.NodeAffinity != nil {
|
|
|
|
in, out := &in.NodeAffinity, &out.NodeAffinity
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(NodeAffinity)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PodAffinity != nil {
|
|
|
|
in, out := &in.PodAffinity, &out.PodAffinity
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(PodAffinity)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PodAntiAffinity != nil {
|
|
|
|
in, out := &in.PodAntiAffinity, &out.PodAntiAffinity
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(PodAntiAffinity)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Affinity.
|
|
|
|
func (in *Affinity) DeepCopy() *Affinity {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Affinity)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *AttachedVolume) DeepCopyInto(out *AttachedVolume) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AttachedVolume.
|
|
|
|
func (in *AttachedVolume) DeepCopy() *AttachedVolume {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(AttachedVolume)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *AvoidPods) DeepCopyInto(out *AvoidPods) {
|
|
|
|
*out = *in
|
|
|
|
if in.PreferAvoidPods != nil {
|
|
|
|
in, out := &in.PreferAvoidPods, &out.PreferAvoidPods
|
|
|
|
*out = make([]PreferAvoidPodsEntry, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AvoidPods.
|
|
|
|
func (in *AvoidPods) DeepCopy() *AvoidPods {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(AvoidPods)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *AzureDiskVolumeSource) DeepCopyInto(out *AzureDiskVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.CachingMode != nil {
|
|
|
|
in, out := &in.CachingMode, &out.CachingMode
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(AzureDataDiskCachingMode)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.FSType != nil {
|
|
|
|
in, out := &in.FSType, &out.FSType
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(string)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ReadOnly != nil {
|
|
|
|
in, out := &in.ReadOnly, &out.ReadOnly
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Kind != nil {
|
|
|
|
in, out := &in.Kind, &out.Kind
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-08-04 11:13:19 +00:00
|
|
|
*out = new(AzureDataDiskKind)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureDiskVolumeSource.
|
|
|
|
func (in *AzureDiskVolumeSource) DeepCopy() *AzureDiskVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(AzureDiskVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *AzureFilePersistentVolumeSource) DeepCopyInto(out *AzureFilePersistentVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.SecretNamespace != nil {
|
|
|
|
in, out := &in.SecretNamespace, &out.SecretNamespace
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
2017-02-03 13:41:32 +00:00
|
|
|
} else {
|
2017-09-26 14:23:09 +00:00
|
|
|
*out = new(string)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureFilePersistentVolumeSource.
|
|
|
|
func (in *AzureFilePersistentVolumeSource) DeepCopy() *AzureFilePersistentVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(AzureFilePersistentVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *AzureFileVolumeSource) DeepCopyInto(out *AzureFileVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AzureFileVolumeSource.
|
|
|
|
func (in *AzureFileVolumeSource) DeepCopy() *AzureFileVolumeSource {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(AzureFileVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Binding) DeepCopyInto(out *Binding) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
out.Target = in.Target
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Binding.
|
|
|
|
func (in *Binding) DeepCopy() *Binding {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(Binding)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Binding) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *Capabilities) DeepCopyInto(out *Capabilities) {
|
|
|
|
*out = *in
|
|
|
|
if in.Add != nil {
|
|
|
|
in, out := &in.Add, &out.Add
|
|
|
|
*out = make([]Capability, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.Drop != nil {
|
|
|
|
in, out := &in.Drop, &out.Drop
|
|
|
|
*out = make([]Capability, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Capabilities.
|
|
|
|
func (in *Capabilities) DeepCopy() *Capabilities {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Capabilities)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *CephFSPersistentVolumeSource) DeepCopyInto(out *CephFSPersistentVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.Monitors != nil {
|
|
|
|
in, out := &in.Monitors, &out.Monitors
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(SecretReference)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CephFSPersistentVolumeSource.
|
|
|
|
func (in *CephFSPersistentVolumeSource) DeepCopy() *CephFSPersistentVolumeSource {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(CephFSPersistentVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *CephFSVolumeSource) DeepCopyInto(out *CephFSVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.Monitors != nil {
|
|
|
|
in, out := &in.Monitors, &out.Monitors
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(LocalObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CephFSVolumeSource.
|
|
|
|
func (in *CephFSVolumeSource) DeepCopy() *CephFSVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(CephFSVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *CinderVolumeSource) DeepCopyInto(out *CinderVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CinderVolumeSource.
|
|
|
|
func (in *CinderVolumeSource) DeepCopy() *CinderVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(CinderVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ClientIPConfig) DeepCopyInto(out *ClientIPConfig) {
|
|
|
|
*out = *in
|
|
|
|
if in.TimeoutSeconds != nil {
|
|
|
|
in, out := &in.TimeoutSeconds, &out.TimeoutSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
2017-02-03 13:41:32 +00:00
|
|
|
} else {
|
2017-09-26 14:23:09 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientIPConfig.
|
|
|
|
func (in *ClientIPConfig) DeepCopy() *ClientIPConfig {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ClientIPConfig)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ComponentCondition) DeepCopyInto(out *ComponentCondition) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComponentCondition.
|
|
|
|
func (in *ComponentCondition) DeepCopy() *ComponentCondition {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ComponentCondition)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ComponentStatus) DeepCopyInto(out *ComponentStatus) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
if in.Conditions != nil {
|
|
|
|
in, out := &in.Conditions, &out.Conditions
|
|
|
|
*out = make([]ComponentCondition, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComponentStatus.
|
|
|
|
func (in *ComponentStatus) DeepCopy() *ComponentStatus {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ComponentStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ComponentStatus) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ComponentStatusList) DeepCopyInto(out *ComponentStatusList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]ComponentStatus, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ComponentStatusList.
|
|
|
|
func (in *ComponentStatusList) DeepCopy() *ComponentStatusList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ComponentStatusList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ComponentStatusList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ConfigMap) DeepCopyInto(out *ConfigMap) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
if in.Data != nil {
|
|
|
|
in, out := &in.Data, &out.Data
|
|
|
|
*out = make(map[string]string, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMap.
|
|
|
|
func (in *ConfigMap) DeepCopy() *ConfigMap {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ConfigMap)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ConfigMap) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ConfigMapEnvSource) DeepCopyInto(out *ConfigMapEnvSource) {
|
|
|
|
*out = *in
|
|
|
|
out.LocalObjectReference = in.LocalObjectReference
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-03 13:41:32 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapEnvSource.
|
|
|
|
func (in *ConfigMapEnvSource) DeepCopy() *ConfigMapEnvSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ConfigMapEnvSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ConfigMapKeySelector) DeepCopyInto(out *ConfigMapKeySelector) {
|
|
|
|
*out = *in
|
|
|
|
out.LocalObjectReference = in.LocalObjectReference
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-03 13:41:32 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapKeySelector.
|
|
|
|
func (in *ConfigMapKeySelector) DeepCopy() *ConfigMapKeySelector {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ConfigMapKeySelector)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ConfigMapList) DeepCopyInto(out *ConfigMapList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]ConfigMap, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapList.
|
|
|
|
func (in *ConfigMapList) DeepCopy() *ConfigMapList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ConfigMapList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ConfigMapList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ConfigMapProjection) DeepCopyInto(out *ConfigMapProjection) {
|
|
|
|
*out = *in
|
|
|
|
out.LocalObjectReference = in.LocalObjectReference
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]KeyToPath, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapProjection.
|
|
|
|
func (in *ConfigMapProjection) DeepCopy() *ConfigMapProjection {
|
|
|
|
if in == nil {
|
2017-06-06 07:19:04 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ConfigMapProjection)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ConfigMapVolumeSource) DeepCopyInto(out *ConfigMapVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
out.LocalObjectReference = in.LocalObjectReference
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]KeyToPath, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.DefaultMode != nil {
|
|
|
|
in, out := &in.DefaultMode, &out.DefaultMode
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-03 13:41:32 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigMapVolumeSource.
|
|
|
|
func (in *ConfigMapVolumeSource) DeepCopy() *ConfigMapVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ConfigMapVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Container) DeepCopyInto(out *Container) {
|
|
|
|
*out = *in
|
|
|
|
if in.Command != nil {
|
|
|
|
in, out := &in.Command, &out.Command
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.Args != nil {
|
|
|
|
in, out := &in.Args, &out.Args
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.Ports != nil {
|
|
|
|
in, out := &in.Ports, &out.Ports
|
|
|
|
*out = make([]ContainerPort, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.EnvFrom != nil {
|
|
|
|
in, out := &in.EnvFrom, &out.EnvFrom
|
|
|
|
*out = make([]EnvFromSource, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Env != nil {
|
|
|
|
in, out := &in.Env, &out.Env
|
|
|
|
*out = make([]EnvVar, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
in.Resources.DeepCopyInto(&out.Resources)
|
|
|
|
if in.VolumeMounts != nil {
|
|
|
|
in, out := &in.VolumeMounts, &out.VolumeMounts
|
|
|
|
*out = make([]VolumeMount, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.LivenessProbe != nil {
|
|
|
|
in, out := &in.LivenessProbe, &out.LivenessProbe
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(Probe)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ReadinessProbe != nil {
|
|
|
|
in, out := &in.ReadinessProbe, &out.ReadinessProbe
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(Probe)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Lifecycle != nil {
|
|
|
|
in, out := &in.Lifecycle, &out.Lifecycle
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(Lifecycle)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.SecurityContext != nil {
|
|
|
|
in, out := &in.SecurityContext, &out.SecurityContext
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(SecurityContext)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Container.
|
|
|
|
func (in *Container) DeepCopy() *Container {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Container)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ContainerImage) DeepCopyInto(out *ContainerImage) {
|
|
|
|
*out = *in
|
|
|
|
if in.Names != nil {
|
|
|
|
in, out := &in.Names, &out.Names
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerImage.
|
|
|
|
func (in *ContainerImage) DeepCopy() *ContainerImage {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ContainerImage)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ContainerPort) DeepCopyInto(out *ContainerPort) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerPort.
|
|
|
|
func (in *ContainerPort) DeepCopy() *ContainerPort {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ContainerPort)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ContainerState) DeepCopyInto(out *ContainerState) {
|
|
|
|
*out = *in
|
|
|
|
if in.Waiting != nil {
|
|
|
|
in, out := &in.Waiting, &out.Waiting
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ContainerStateWaiting)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Running != nil {
|
|
|
|
in, out := &in.Running, &out.Running
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ContainerStateRunning)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Terminated != nil {
|
|
|
|
in, out := &in.Terminated, &out.Terminated
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ContainerStateTerminated)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerState.
|
|
|
|
func (in *ContainerState) DeepCopy() *ContainerState {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ContainerState)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ContainerStateRunning) DeepCopyInto(out *ContainerStateRunning) {
|
|
|
|
*out = *in
|
|
|
|
in.StartedAt.DeepCopyInto(&out.StartedAt)
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStateRunning.
|
|
|
|
func (in *ContainerStateRunning) DeepCopy() *ContainerStateRunning {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ContainerStateRunning)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ContainerStateTerminated) DeepCopyInto(out *ContainerStateTerminated) {
|
|
|
|
*out = *in
|
|
|
|
in.StartedAt.DeepCopyInto(&out.StartedAt)
|
|
|
|
in.FinishedAt.DeepCopyInto(&out.FinishedAt)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStateTerminated.
|
|
|
|
func (in *ContainerStateTerminated) DeepCopy() *ContainerStateTerminated {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ContainerStateTerminated)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ContainerStateWaiting) DeepCopyInto(out *ContainerStateWaiting) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStateWaiting.
|
|
|
|
func (in *ContainerStateWaiting) DeepCopy() *ContainerStateWaiting {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ContainerStateWaiting)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ContainerStatus) DeepCopyInto(out *ContainerStatus) {
|
|
|
|
*out = *in
|
|
|
|
in.State.DeepCopyInto(&out.State)
|
|
|
|
in.LastTerminationState.DeepCopyInto(&out.LastTerminationState)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContainerStatus.
|
|
|
|
func (in *ContainerStatus) DeepCopy() *ContainerStatus {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ContainerStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *DaemonEndpoint) DeepCopyInto(out *DaemonEndpoint) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonEndpoint.
|
|
|
|
func (in *DaemonEndpoint) DeepCopy() *DaemonEndpoint {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(DaemonEndpoint)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *DeleteOptions) DeepCopyInto(out *DeleteOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
if in.GracePeriodSeconds != nil {
|
|
|
|
in, out := &in.GracePeriodSeconds, &out.GracePeriodSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Preconditions != nil {
|
|
|
|
in, out := &in.Preconditions, &out.Preconditions
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(Preconditions)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.OrphanDependents != nil {
|
|
|
|
in, out := &in.OrphanDependents, &out.OrphanDependents
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PropagationPolicy != nil {
|
|
|
|
in, out := &in.PropagationPolicy, &out.PropagationPolicy
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(DeletionPropagation)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeleteOptions.
|
|
|
|
func (in *DeleteOptions) DeepCopy() *DeleteOptions {
|
|
|
|
if in == nil {
|
2017-06-06 07:19:04 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(DeleteOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *DeleteOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *DownwardAPIProjection) DeepCopyInto(out *DownwardAPIProjection) {
|
|
|
|
*out = *in
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]DownwardAPIVolumeFile, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DownwardAPIProjection.
|
|
|
|
func (in *DownwardAPIProjection) DeepCopy() *DownwardAPIProjection {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(DownwardAPIProjection)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *DownwardAPIVolumeFile) DeepCopyInto(out *DownwardAPIVolumeFile) {
|
|
|
|
*out = *in
|
|
|
|
if in.FieldRef != nil {
|
|
|
|
in, out := &in.FieldRef, &out.FieldRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ObjectFieldSelector)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ResourceFieldRef != nil {
|
|
|
|
in, out := &in.ResourceFieldRef, &out.ResourceFieldRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ResourceFieldSelector)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Mode != nil {
|
|
|
|
in, out := &in.Mode, &out.Mode
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DownwardAPIVolumeFile.
|
|
|
|
func (in *DownwardAPIVolumeFile) DeepCopy() *DownwardAPIVolumeFile {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(DownwardAPIVolumeFile)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *DownwardAPIVolumeSource) DeepCopyInto(out *DownwardAPIVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]DownwardAPIVolumeFile, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.DefaultMode != nil {
|
|
|
|
in, out := &in.DefaultMode, &out.DefaultMode
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DownwardAPIVolumeSource.
|
|
|
|
func (in *DownwardAPIVolumeSource) DeepCopy() *DownwardAPIVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(DownwardAPIVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EmptyDirVolumeSource) DeepCopyInto(out *EmptyDirVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.SizeLimit != nil {
|
|
|
|
in, out := &in.SizeLimit, &out.SizeLimit
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-09-18 11:04:23 +00:00
|
|
|
*out = new(resource.Quantity)
|
|
|
|
**out = (*in).DeepCopy()
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EmptyDirVolumeSource.
|
|
|
|
func (in *EmptyDirVolumeSource) DeepCopy() *EmptyDirVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EmptyDirVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EndpointAddress) DeepCopyInto(out *EndpointAddress) {
|
|
|
|
*out = *in
|
|
|
|
if in.NodeName != nil {
|
|
|
|
in, out := &in.NodeName, &out.NodeName
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(string)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.TargetRef != nil {
|
|
|
|
in, out := &in.TargetRef, &out.TargetRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointAddress.
|
|
|
|
func (in *EndpointAddress) DeepCopy() *EndpointAddress {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EndpointAddress)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EndpointPort) DeepCopyInto(out *EndpointPort) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointPort.
|
|
|
|
func (in *EndpointPort) DeepCopy() *EndpointPort {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EndpointPort)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EndpointSubset) DeepCopyInto(out *EndpointSubset) {
|
|
|
|
*out = *in
|
|
|
|
if in.Addresses != nil {
|
|
|
|
in, out := &in.Addresses, &out.Addresses
|
|
|
|
*out = make([]EndpointAddress, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.NotReadyAddresses != nil {
|
|
|
|
in, out := &in.NotReadyAddresses, &out.NotReadyAddresses
|
|
|
|
*out = make([]EndpointAddress, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
if in.Ports != nil {
|
|
|
|
in, out := &in.Ports, &out.Ports
|
|
|
|
*out = make([]EndpointPort, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointSubset.
|
|
|
|
func (in *EndpointSubset) DeepCopy() *EndpointSubset {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EndpointSubset)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Endpoints) DeepCopyInto(out *Endpoints) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
if in.Subsets != nil {
|
|
|
|
in, out := &in.Subsets, &out.Subsets
|
|
|
|
*out = make([]EndpointSubset, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-03 13:41:32 +00:00
|
|
|
}
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Endpoints.
|
|
|
|
func (in *Endpoints) DeepCopy() *Endpoints {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Endpoints)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Endpoints) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EndpointsList) DeepCopyInto(out *EndpointsList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]Endpoints, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EndpointsList.
|
|
|
|
func (in *EndpointsList) DeepCopy() *EndpointsList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EndpointsList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *EndpointsList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EnvFromSource) DeepCopyInto(out *EnvFromSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.ConfigMapRef != nil {
|
|
|
|
in, out := &in.ConfigMapRef, &out.ConfigMapRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(ConfigMapEnvSource)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(SecretEnvSource)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvFromSource.
|
|
|
|
func (in *EnvFromSource) DeepCopy() *EnvFromSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EnvFromSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EnvVar) DeepCopyInto(out *EnvVar) {
|
|
|
|
*out = *in
|
|
|
|
if in.ValueFrom != nil {
|
|
|
|
in, out := &in.ValueFrom, &out.ValueFrom
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(EnvVarSource)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvVar.
|
|
|
|
func (in *EnvVar) DeepCopy() *EnvVar {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EnvVar)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EnvVarSource) DeepCopyInto(out *EnvVarSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.FieldRef != nil {
|
|
|
|
in, out := &in.FieldRef, &out.FieldRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(ObjectFieldSelector)
|
2017-02-01 00:45:59 +00:00
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ResourceFieldRef != nil {
|
|
|
|
in, out := &in.ResourceFieldRef, &out.ResourceFieldRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(ResourceFieldSelector)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.ConfigMapKeyRef != nil {
|
|
|
|
in, out := &in.ConfigMapKeyRef, &out.ConfigMapKeyRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(ConfigMapKeySelector)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
if in.SecretKeyRef != nil {
|
|
|
|
in, out := &in.SecretKeyRef, &out.SecretKeyRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(SecretKeySelector)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EnvVarSource.
|
|
|
|
func (in *EnvVarSource) DeepCopy() *EnvVarSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EnvVarSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Event) DeepCopyInto(out *Event) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
out.InvolvedObject = in.InvolvedObject
|
|
|
|
out.Source = in.Source
|
|
|
|
in.FirstTimestamp.DeepCopyInto(&out.FirstTimestamp)
|
|
|
|
in.LastTimestamp.DeepCopyInto(&out.LastTimestamp)
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Event.
|
|
|
|
func (in *Event) DeepCopy() *Event {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Event)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Event) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EventList) DeepCopyInto(out *EventList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]Event, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventList.
|
|
|
|
func (in *EventList) DeepCopy() *EventList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EventList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *EventList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *EventSource) DeepCopyInto(out *EventSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EventSource.
|
|
|
|
func (in *EventSource) DeepCopy() *EventSource {
|
|
|
|
if in == nil {
|
2017-08-04 11:13:19 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(EventSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ExecAction) DeepCopyInto(out *ExecAction) {
|
|
|
|
*out = *in
|
|
|
|
if in.Command != nil {
|
|
|
|
in, out := &in.Command, &out.Command
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExecAction.
|
|
|
|
func (in *ExecAction) DeepCopy() *ExecAction {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ExecAction)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *FCVolumeSource) DeepCopyInto(out *FCVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.TargetWWNs != nil {
|
|
|
|
in, out := &in.TargetWWNs, &out.TargetWWNs
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.Lun != nil {
|
|
|
|
in, out := &in.Lun, &out.Lun
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
if in.WWIDs != nil {
|
|
|
|
in, out := &in.WWIDs, &out.WWIDs
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FCVolumeSource.
|
|
|
|
func (in *FCVolumeSource) DeepCopy() *FCVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(FCVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *FlexVolumeSource) DeepCopyInto(out *FlexVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
2017-02-03 13:41:32 +00:00
|
|
|
} else {
|
2017-09-26 14:23:09 +00:00
|
|
|
*out = new(LocalObjectReference)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Options != nil {
|
|
|
|
in, out := &in.Options, &out.Options
|
|
|
|
*out = make(map[string]string, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlexVolumeSource.
|
|
|
|
func (in *FlexVolumeSource) DeepCopy() *FlexVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(FlexVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *FlockerVolumeSource) DeepCopyInto(out *FlockerVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlockerVolumeSource.
|
|
|
|
func (in *FlockerVolumeSource) DeepCopy() *FlockerVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(FlockerVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *GCEPersistentDiskVolumeSource) DeepCopyInto(out *GCEPersistentDiskVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCEPersistentDiskVolumeSource.
|
|
|
|
func (in *GCEPersistentDiskVolumeSource) DeepCopy() *GCEPersistentDiskVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(GCEPersistentDiskVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *GitRepoVolumeSource) DeepCopyInto(out *GitRepoVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitRepoVolumeSource.
|
|
|
|
func (in *GitRepoVolumeSource) DeepCopy() *GitRepoVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(GitRepoVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *GlusterfsVolumeSource) DeepCopyInto(out *GlusterfsVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlusterfsVolumeSource.
|
|
|
|
func (in *GlusterfsVolumeSource) DeepCopy() *GlusterfsVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(GlusterfsVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *HTTPGetAction) DeepCopyInto(out *HTTPGetAction) {
|
|
|
|
*out = *in
|
|
|
|
out.Port = in.Port
|
|
|
|
if in.HTTPHeaders != nil {
|
|
|
|
in, out := &in.HTTPHeaders, &out.HTTPHeaders
|
|
|
|
*out = make([]HTTPHeader, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPGetAction.
|
|
|
|
func (in *HTTPGetAction) DeepCopy() *HTTPGetAction {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(HTTPGetAction)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *HTTPHeader) DeepCopyInto(out *HTTPHeader) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPHeader.
|
|
|
|
func (in *HTTPHeader) DeepCopy() *HTTPHeader {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(HTTPHeader)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Handler) DeepCopyInto(out *Handler) {
|
|
|
|
*out = *in
|
|
|
|
if in.Exec != nil {
|
|
|
|
in, out := &in.Exec, &out.Exec
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(ExecAction)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.HTTPGet != nil {
|
|
|
|
in, out := &in.HTTPGet, &out.HTTPGet
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(HTTPGetAction)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.TCPSocket != nil {
|
|
|
|
in, out := &in.TCPSocket, &out.TCPSocket
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(TCPSocketAction)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Handler.
|
|
|
|
func (in *Handler) DeepCopy() *Handler {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Handler)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *HostAlias) DeepCopyInto(out *HostAlias) {
|
|
|
|
*out = *in
|
|
|
|
if in.Hostnames != nil {
|
|
|
|
in, out := &in.Hostnames, &out.Hostnames
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostAlias.
|
|
|
|
func (in *HostAlias) DeepCopy() *HostAlias {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(HostAlias)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *HostPathVolumeSource) DeepCopyInto(out *HostPathVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.Type != nil {
|
|
|
|
in, out := &in.Type, &out.Type
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
2017-02-03 13:41:32 +00:00
|
|
|
} else {
|
2017-09-26 14:23:09 +00:00
|
|
|
*out = new(HostPathType)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostPathVolumeSource.
|
|
|
|
func (in *HostPathVolumeSource) DeepCopy() *HostPathVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(HostPathVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ISCSIVolumeSource) DeepCopyInto(out *ISCSIVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.Portals != nil {
|
|
|
|
in, out := &in.Portals, &out.Portals
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(LocalObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.InitiatorName != nil {
|
|
|
|
in, out := &in.InitiatorName, &out.InitiatorName
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(string)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ISCSIVolumeSource.
|
|
|
|
func (in *ISCSIVolumeSource) DeepCopy() *ISCSIVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ISCSIVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *KeyToPath) DeepCopyInto(out *KeyToPath) {
|
|
|
|
*out = *in
|
|
|
|
if in.Mode != nil {
|
|
|
|
in, out := &in.Mode, &out.Mode
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
2017-02-03 13:41:32 +00:00
|
|
|
} else {
|
2017-09-26 14:23:09 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KeyToPath.
|
|
|
|
func (in *KeyToPath) DeepCopy() *KeyToPath {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(KeyToPath)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Lifecycle) DeepCopyInto(out *Lifecycle) {
|
|
|
|
*out = *in
|
|
|
|
if in.PostStart != nil {
|
|
|
|
in, out := &in.PostStart, &out.PostStart
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(Handler)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PreStop != nil {
|
|
|
|
in, out := &in.PreStop, &out.PreStop
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(Handler)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Lifecycle.
|
|
|
|
func (in *Lifecycle) DeepCopy() *Lifecycle {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Lifecycle)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LimitRange) DeepCopyInto(out *LimitRange) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitRange.
|
|
|
|
func (in *LimitRange) DeepCopy() *LimitRange {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LimitRange)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *LimitRange) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LimitRangeItem) DeepCopyInto(out *LimitRangeItem) {
|
|
|
|
*out = *in
|
|
|
|
if in.Max != nil {
|
|
|
|
in, out := &in.Max, &out.Max
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Min != nil {
|
|
|
|
in, out := &in.Min, &out.Min
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
if in.Default != nil {
|
|
|
|
in, out := &in.Default, &out.Default
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.DefaultRequest != nil {
|
|
|
|
in, out := &in.DefaultRequest, &out.DefaultRequest
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.MaxLimitRequestRatio != nil {
|
|
|
|
in, out := &in.MaxLimitRequestRatio, &out.MaxLimitRequestRatio
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitRangeItem.
|
|
|
|
func (in *LimitRangeItem) DeepCopy() *LimitRangeItem {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LimitRangeItem)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LimitRangeList) DeepCopyInto(out *LimitRangeList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]LimitRange, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitRangeList.
|
|
|
|
func (in *LimitRangeList) DeepCopy() *LimitRangeList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LimitRangeList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *LimitRangeList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LimitRangeSpec) DeepCopyInto(out *LimitRangeSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Limits != nil {
|
|
|
|
in, out := &in.Limits, &out.Limits
|
|
|
|
*out = make([]LimitRangeItem, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitRangeSpec.
|
|
|
|
func (in *LimitRangeSpec) DeepCopy() *LimitRangeSpec {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LimitRangeSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *List) DeepCopyInto(out *List) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]runtime.Object, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
if (*in)[i] == nil {
|
|
|
|
(*out)[i] = nil
|
|
|
|
} else {
|
|
|
|
(*out)[i] = (*in)[i].DeepCopyObject()
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new List.
|
|
|
|
func (in *List) DeepCopy() *List {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(List)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *List) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ListOptions) DeepCopyInto(out *ListOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
if in.LabelSelector == nil {
|
|
|
|
out.LabelSelector = nil
|
|
|
|
} else {
|
|
|
|
out.LabelSelector = in.LabelSelector.DeepCopySelector()
|
|
|
|
}
|
|
|
|
if in.FieldSelector == nil {
|
|
|
|
out.FieldSelector = nil
|
|
|
|
} else {
|
|
|
|
out.FieldSelector = in.FieldSelector.DeepCopySelector()
|
|
|
|
}
|
|
|
|
if in.TimeoutSeconds != nil {
|
|
|
|
in, out := &in.TimeoutSeconds, &out.TimeoutSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ListOptions.
|
|
|
|
func (in *ListOptions) DeepCopy() *ListOptions {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ListOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ListOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LoadBalancerIngress) DeepCopyInto(out *LoadBalancerIngress) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoadBalancerIngress.
|
|
|
|
func (in *LoadBalancerIngress) DeepCopy() *LoadBalancerIngress {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LoadBalancerIngress)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LoadBalancerStatus) DeepCopyInto(out *LoadBalancerStatus) {
|
|
|
|
*out = *in
|
|
|
|
if in.Ingress != nil {
|
|
|
|
in, out := &in.Ingress, &out.Ingress
|
|
|
|
*out = make([]LoadBalancerIngress, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LoadBalancerStatus.
|
|
|
|
func (in *LoadBalancerStatus) DeepCopy() *LoadBalancerStatus {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LoadBalancerStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LocalObjectReference) DeepCopyInto(out *LocalObjectReference) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalObjectReference.
|
|
|
|
func (in *LocalObjectReference) DeepCopy() *LocalObjectReference {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LocalObjectReference)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *LocalVolumeSource) DeepCopyInto(out *LocalVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalVolumeSource.
|
|
|
|
func (in *LocalVolumeSource) DeepCopy() *LocalVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(LocalVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NFSVolumeSource) DeepCopyInto(out *NFSVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NFSVolumeSource.
|
|
|
|
func (in *NFSVolumeSource) DeepCopy() *NFSVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(NFSVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Namespace) DeepCopyInto(out *Namespace) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
out.Status = in.Status
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Namespace.
|
|
|
|
func (in *Namespace) DeepCopy() *Namespace {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Namespace)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Namespace) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NamespaceList) DeepCopyInto(out *NamespaceList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]Namespace, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceList.
|
|
|
|
func (in *NamespaceList) DeepCopy() *NamespaceList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NamespaceList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *NamespaceList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *NamespaceSpec) DeepCopyInto(out *NamespaceSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Finalizers != nil {
|
|
|
|
in, out := &in.Finalizers, &out.Finalizers
|
|
|
|
*out = make([]FinalizerName, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceSpec.
|
|
|
|
func (in *NamespaceSpec) DeepCopy() *NamespaceSpec {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NamespaceSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NamespaceStatus) DeepCopyInto(out *NamespaceStatus) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceStatus.
|
|
|
|
func (in *NamespaceStatus) DeepCopy() *NamespaceStatus {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NamespaceStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Node) DeepCopyInto(out *Node) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Node.
|
|
|
|
func (in *Node) DeepCopy() *Node {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(Node)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Node) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *NodeAddress) DeepCopyInto(out *NodeAddress) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeAddress.
|
|
|
|
func (in *NodeAddress) DeepCopy() *NodeAddress {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeAddress)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeAffinity) DeepCopyInto(out *NodeAffinity) {
|
|
|
|
*out = *in
|
|
|
|
if in.RequiredDuringSchedulingIgnoredDuringExecution != nil {
|
|
|
|
in, out := &in.RequiredDuringSchedulingIgnoredDuringExecution, &out.RequiredDuringSchedulingIgnoredDuringExecution
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(NodeSelector)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.PreferredDuringSchedulingIgnoredDuringExecution != nil {
|
|
|
|
in, out := &in.PreferredDuringSchedulingIgnoredDuringExecution, &out.PreferredDuringSchedulingIgnoredDuringExecution
|
|
|
|
*out = make([]PreferredSchedulingTerm, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeAffinity.
|
|
|
|
func (in *NodeAffinity) DeepCopy() *NodeAffinity {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeAffinity)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeCondition) DeepCopyInto(out *NodeCondition) {
|
|
|
|
*out = *in
|
|
|
|
in.LastHeartbeatTime.DeepCopyInto(&out.LastHeartbeatTime)
|
|
|
|
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeCondition.
|
|
|
|
func (in *NodeCondition) DeepCopy() *NodeCondition {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeCondition)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeConfigSource) DeepCopyInto(out *NodeConfigSource) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
if in.ConfigMapRef != nil {
|
|
|
|
in, out := &in.ConfigMapRef, &out.ConfigMapRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(ObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeConfigSource.
|
|
|
|
func (in *NodeConfigSource) DeepCopy() *NodeConfigSource {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeConfigSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *NodeConfigSource) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *NodeDaemonEndpoints) DeepCopyInto(out *NodeDaemonEndpoints) {
|
|
|
|
*out = *in
|
|
|
|
out.KubeletEndpoint = in.KubeletEndpoint
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeDaemonEndpoints.
|
|
|
|
func (in *NodeDaemonEndpoints) DeepCopy() *NodeDaemonEndpoints {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeDaemonEndpoints)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeList) DeepCopyInto(out *NodeList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]Node, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeList.
|
|
|
|
func (in *NodeList) DeepCopy() *NodeList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *NodeList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *NodeProxyOptions) DeepCopyInto(out *NodeProxyOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeProxyOptions.
|
|
|
|
func (in *NodeProxyOptions) DeepCopy() *NodeProxyOptions {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeProxyOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *NodeProxyOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *NodeResources) DeepCopyInto(out *NodeResources) {
|
|
|
|
*out = *in
|
|
|
|
if in.Capacity != nil {
|
|
|
|
in, out := &in.Capacity, &out.Capacity
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeResources.
|
|
|
|
func (in *NodeResources) DeepCopy() *NodeResources {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeResources)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeSelector) DeepCopyInto(out *NodeSelector) {
|
|
|
|
*out = *in
|
|
|
|
if in.NodeSelectorTerms != nil {
|
|
|
|
in, out := &in.NodeSelectorTerms, &out.NodeSelectorTerms
|
|
|
|
*out = make([]NodeSelectorTerm, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeSelector.
|
|
|
|
func (in *NodeSelector) DeepCopy() *NodeSelector {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeSelector)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeSelectorRequirement) DeepCopyInto(out *NodeSelectorRequirement) {
|
|
|
|
*out = *in
|
|
|
|
if in.Values != nil {
|
|
|
|
in, out := &in.Values, &out.Values
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeSelectorRequirement.
|
|
|
|
func (in *NodeSelectorRequirement) DeepCopy() *NodeSelectorRequirement {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeSelectorRequirement)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeSelectorTerm) DeepCopyInto(out *NodeSelectorTerm) {
|
|
|
|
*out = *in
|
|
|
|
if in.MatchExpressions != nil {
|
|
|
|
in, out := &in.MatchExpressions, &out.MatchExpressions
|
|
|
|
*out = make([]NodeSelectorRequirement, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeSelectorTerm.
|
|
|
|
func (in *NodeSelectorTerm) DeepCopy() *NodeSelectorTerm {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeSelectorTerm)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeSpec) DeepCopyInto(out *NodeSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Taints != nil {
|
|
|
|
in, out := &in.Taints, &out.Taints
|
|
|
|
*out = make([]Taint, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.ConfigSource != nil {
|
|
|
|
in, out := &in.ConfigSource, &out.ConfigSource
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(NodeConfigSource)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeSpec.
|
|
|
|
func (in *NodeSpec) DeepCopy() *NodeSpec {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeStatus) DeepCopyInto(out *NodeStatus) {
|
|
|
|
*out = *in
|
|
|
|
if in.Capacity != nil {
|
|
|
|
in, out := &in.Capacity, &out.Capacity
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Allocatable != nil {
|
|
|
|
in, out := &in.Allocatable, &out.Allocatable
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Conditions != nil {
|
|
|
|
in, out := &in.Conditions, &out.Conditions
|
|
|
|
*out = make([]NodeCondition, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Addresses != nil {
|
|
|
|
in, out := &in.Addresses, &out.Addresses
|
|
|
|
*out = make([]NodeAddress, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
out.DaemonEndpoints = in.DaemonEndpoints
|
|
|
|
out.NodeInfo = in.NodeInfo
|
|
|
|
if in.Images != nil {
|
|
|
|
in, out := &in.Images, &out.Images
|
|
|
|
*out = make([]ContainerImage, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.VolumesInUse != nil {
|
|
|
|
in, out := &in.VolumesInUse, &out.VolumesInUse
|
|
|
|
*out = make([]UniqueVolumeName, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.VolumesAttached != nil {
|
|
|
|
in, out := &in.VolumesAttached, &out.VolumesAttached
|
|
|
|
*out = make([]AttachedVolume, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeStatus.
|
|
|
|
func (in *NodeStatus) DeepCopy() *NodeStatus {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *NodeSystemInfo) DeepCopyInto(out *NodeSystemInfo) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeSystemInfo.
|
|
|
|
func (in *NodeSystemInfo) DeepCopy() *NodeSystemInfo {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(NodeSystemInfo)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ObjectFieldSelector) DeepCopyInto(out *ObjectFieldSelector) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectFieldSelector.
|
|
|
|
func (in *ObjectFieldSelector) DeepCopy() *ObjectFieldSelector {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ObjectFieldSelector)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ObjectMeta) DeepCopyInto(out *ObjectMeta) {
|
|
|
|
*out = *in
|
|
|
|
in.CreationTimestamp.DeepCopyInto(&out.CreationTimestamp)
|
|
|
|
if in.DeletionTimestamp != nil {
|
|
|
|
in, out := &in.DeletionTimestamp, &out.DeletionTimestamp
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(v1.Time)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.DeletionGracePeriodSeconds != nil {
|
|
|
|
in, out := &in.DeletionGracePeriodSeconds, &out.DeletionGracePeriodSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(int64)
|
2017-02-01 00:45:59 +00:00
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Labels != nil {
|
|
|
|
in, out := &in.Labels, &out.Labels
|
|
|
|
*out = make(map[string]string, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Annotations != nil {
|
|
|
|
in, out := &in.Annotations, &out.Annotations
|
|
|
|
*out = make(map[string]string, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.OwnerReferences != nil {
|
|
|
|
in, out := &in.OwnerReferences, &out.OwnerReferences
|
|
|
|
*out = make([]v1.OwnerReference, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Initializers != nil {
|
|
|
|
in, out := &in.Initializers, &out.Initializers
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(v1.Initializers)
|
|
|
|
(*in).DeepCopyInto(*out)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Finalizers != nil {
|
|
|
|
in, out := &in.Finalizers, &out.Finalizers
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectMeta.
|
|
|
|
func (in *ObjectMeta) DeepCopy() *ObjectMeta {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ObjectMeta)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ObjectReference) DeepCopyInto(out *ObjectReference) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ObjectReference.
|
|
|
|
func (in *ObjectReference) DeepCopy() *ObjectReference {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ObjectReference)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ObjectReference) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PersistentVolume) DeepCopyInto(out *PersistentVolume) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
out.Status = in.Status
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolume.
|
|
|
|
func (in *PersistentVolume) DeepCopy() *PersistentVolume {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolume)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PersistentVolume) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PersistentVolumeClaim) DeepCopyInto(out *PersistentVolumeClaim) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeClaim.
|
|
|
|
func (in *PersistentVolumeClaim) DeepCopy() *PersistentVolumeClaim {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolumeClaim)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PersistentVolumeClaim) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PersistentVolumeClaimCondition) DeepCopyInto(out *PersistentVolumeClaimCondition) {
|
|
|
|
*out = *in
|
|
|
|
in.LastProbeTime.DeepCopyInto(&out.LastProbeTime)
|
|
|
|
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeClaimCondition.
|
|
|
|
func (in *PersistentVolumeClaimCondition) DeepCopy() *PersistentVolumeClaimCondition {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolumeClaimCondition)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PersistentVolumeClaimList) DeepCopyInto(out *PersistentVolumeClaimList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]PersistentVolumeClaim, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeClaimList.
|
|
|
|
func (in *PersistentVolumeClaimList) DeepCopy() *PersistentVolumeClaimList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolumeClaimList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PersistentVolumeClaimList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PersistentVolumeClaimSpec) DeepCopyInto(out *PersistentVolumeClaimSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.AccessModes != nil {
|
|
|
|
in, out := &in.AccessModes, &out.AccessModes
|
|
|
|
*out = make([]PersistentVolumeAccessMode, len(*in))
|
|
|
|
copy(*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.Resources.DeepCopyInto(&out.Resources)
|
|
|
|
if in.StorageClassName != nil {
|
|
|
|
in, out := &in.StorageClassName, &out.StorageClassName
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(string)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeClaimSpec.
|
|
|
|
func (in *PersistentVolumeClaimSpec) DeepCopy() *PersistentVolumeClaimSpec {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolumeClaimSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PersistentVolumeClaimStatus) DeepCopyInto(out *PersistentVolumeClaimStatus) {
|
|
|
|
*out = *in
|
|
|
|
if in.AccessModes != nil {
|
|
|
|
in, out := &in.AccessModes, &out.AccessModes
|
|
|
|
*out = make([]PersistentVolumeAccessMode, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.Capacity != nil {
|
|
|
|
in, out := &in.Capacity, &out.Capacity
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Conditions != nil {
|
|
|
|
in, out := &in.Conditions, &out.Conditions
|
|
|
|
*out = make([]PersistentVolumeClaimCondition, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeClaimStatus.
|
|
|
|
func (in *PersistentVolumeClaimStatus) DeepCopy() *PersistentVolumeClaimStatus {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolumeClaimStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PersistentVolumeClaimVolumeSource) DeepCopyInto(out *PersistentVolumeClaimVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeClaimVolumeSource.
|
|
|
|
func (in *PersistentVolumeClaimVolumeSource) DeepCopy() *PersistentVolumeClaimVolumeSource {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolumeClaimVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PersistentVolumeList) DeepCopyInto(out *PersistentVolumeList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]PersistentVolume, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeList.
|
|
|
|
func (in *PersistentVolumeList) DeepCopy() *PersistentVolumeList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PersistentVolumeList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PersistentVolumeList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PersistentVolumeSource) DeepCopyInto(out *PersistentVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.GCEPersistentDisk != nil {
|
|
|
|
in, out := &in.GCEPersistentDisk, &out.GCEPersistentDisk
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(GCEPersistentDiskVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.AWSElasticBlockStore != nil {
|
|
|
|
in, out := &in.AWSElasticBlockStore, &out.AWSElasticBlockStore
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(AWSElasticBlockStoreVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.HostPath != nil {
|
|
|
|
in, out := &in.HostPath, &out.HostPath
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(HostPathVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Glusterfs != nil {
|
|
|
|
in, out := &in.Glusterfs, &out.Glusterfs
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(GlusterfsVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.NFS != nil {
|
|
|
|
in, out := &in.NFS, &out.NFS
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(NFSVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.RBD != nil {
|
|
|
|
in, out := &in.RBD, &out.RBD
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(RBDVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Quobyte != nil {
|
|
|
|
in, out := &in.Quobyte, &out.Quobyte
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(QuobyteVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ISCSI != nil {
|
|
|
|
in, out := &in.ISCSI, &out.ISCSI
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ISCSIVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.FlexVolume != nil {
|
|
|
|
in, out := &in.FlexVolume, &out.FlexVolume
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(FlexVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Cinder != nil {
|
|
|
|
in, out := &in.Cinder, &out.Cinder
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(CinderVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.CephFS != nil {
|
|
|
|
in, out := &in.CephFS, &out.CephFS
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(CephFSPersistentVolumeSource)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.FC != nil {
|
|
|
|
in, out := &in.FC, &out.FC
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(FCVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Flocker != nil {
|
|
|
|
in, out := &in.Flocker, &out.Flocker
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(FlockerVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.AzureFile != nil {
|
|
|
|
in, out := &in.AzureFile, &out.AzureFile
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(AzureFilePersistentVolumeSource)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.VsphereVolume != nil {
|
|
|
|
in, out := &in.VsphereVolume, &out.VsphereVolume
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(VsphereVirtualDiskVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.AzureDisk != nil {
|
|
|
|
in, out := &in.AzureDisk, &out.AzureDisk
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(AzureDiskVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PhotonPersistentDisk != nil {
|
|
|
|
in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(PhotonPersistentDiskVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PortworxVolume != nil {
|
|
|
|
in, out := &in.PortworxVolume, &out.PortworxVolume
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(PortworxVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ScaleIO != nil {
|
|
|
|
in, out := &in.ScaleIO, &out.ScaleIO
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(ScaleIOVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Local != nil {
|
|
|
|
in, out := &in.Local, &out.Local
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-08-04 11:13:19 +00:00
|
|
|
*out = new(LocalVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.StorageOS != nil {
|
|
|
|
in, out := &in.StorageOS, &out.StorageOS
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-08-04 11:13:19 +00:00
|
|
|
*out = new(StorageOSPersistentVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeSource.
|
|
|
|
func (in *PersistentVolumeSource) DeepCopy() *PersistentVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PersistentVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PersistentVolumeSpec) DeepCopyInto(out *PersistentVolumeSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Capacity != nil {
|
|
|
|
in, out := &in.Capacity, &out.Capacity
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
in.PersistentVolumeSource.DeepCopyInto(&out.PersistentVolumeSource)
|
|
|
|
if in.AccessModes != nil {
|
|
|
|
in, out := &in.AccessModes, &out.AccessModes
|
|
|
|
*out = make([]PersistentVolumeAccessMode, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.ClaimRef != nil {
|
|
|
|
in, out := &in.ClaimRef, &out.ClaimRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.MountOptions != nil {
|
|
|
|
in, out := &in.MountOptions, &out.MountOptions
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeSpec.
|
|
|
|
func (in *PersistentVolumeSpec) DeepCopy() *PersistentVolumeSpec {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PersistentVolumeSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PersistentVolumeStatus) DeepCopyInto(out *PersistentVolumeStatus) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PersistentVolumeStatus.
|
|
|
|
func (in *PersistentVolumeStatus) DeepCopy() *PersistentVolumeStatus {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PersistentVolumeStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PhotonPersistentDiskVolumeSource) DeepCopyInto(out *PhotonPersistentDiskVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PhotonPersistentDiskVolumeSource.
|
|
|
|
func (in *PhotonPersistentDiskVolumeSource) DeepCopy() *PhotonPersistentDiskVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PhotonPersistentDiskVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Pod) DeepCopyInto(out *Pod) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pod.
|
|
|
|
func (in *Pod) DeepCopy() *Pod {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Pod)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Pod) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PodAffinity) DeepCopyInto(out *PodAffinity) {
|
|
|
|
*out = *in
|
|
|
|
if in.RequiredDuringSchedulingIgnoredDuringExecution != nil {
|
|
|
|
in, out := &in.RequiredDuringSchedulingIgnoredDuringExecution, &out.RequiredDuringSchedulingIgnoredDuringExecution
|
|
|
|
*out = make([]PodAffinityTerm, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PreferredDuringSchedulingIgnoredDuringExecution != nil {
|
|
|
|
in, out := &in.PreferredDuringSchedulingIgnoredDuringExecution, &out.PreferredDuringSchedulingIgnoredDuringExecution
|
|
|
|
*out = make([]WeightedPodAffinityTerm, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAffinity.
|
|
|
|
func (in *PodAffinity) DeepCopy() *PodAffinity {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodAffinity)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodAffinityTerm) DeepCopyInto(out *PodAffinityTerm) {
|
|
|
|
*out = *in
|
|
|
|
if in.LabelSelector != nil {
|
|
|
|
in, out := &in.LabelSelector, &out.LabelSelector
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(v1.LabelSelector)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Namespaces != nil {
|
|
|
|
in, out := &in.Namespaces, &out.Namespaces
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAffinityTerm.
|
|
|
|
func (in *PodAffinityTerm) DeepCopy() *PodAffinityTerm {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodAffinityTerm)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodAntiAffinity) DeepCopyInto(out *PodAntiAffinity) {
|
|
|
|
*out = *in
|
|
|
|
if in.RequiredDuringSchedulingIgnoredDuringExecution != nil {
|
|
|
|
in, out := &in.RequiredDuringSchedulingIgnoredDuringExecution, &out.RequiredDuringSchedulingIgnoredDuringExecution
|
|
|
|
*out = make([]PodAffinityTerm, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PreferredDuringSchedulingIgnoredDuringExecution != nil {
|
|
|
|
in, out := &in.PreferredDuringSchedulingIgnoredDuringExecution, &out.PreferredDuringSchedulingIgnoredDuringExecution
|
|
|
|
*out = make([]WeightedPodAffinityTerm, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAntiAffinity.
|
|
|
|
func (in *PodAntiAffinity) DeepCopy() *PodAntiAffinity {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PodAntiAffinity)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodAttachOptions) DeepCopyInto(out *PodAttachOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodAttachOptions.
|
|
|
|
func (in *PodAttachOptions) DeepCopy() *PodAttachOptions {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PodAttachOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodAttachOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PodCondition) DeepCopyInto(out *PodCondition) {
|
|
|
|
*out = *in
|
|
|
|
in.LastProbeTime.DeepCopyInto(&out.LastProbeTime)
|
|
|
|
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodCondition.
|
|
|
|
func (in *PodCondition) DeepCopy() *PodCondition {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodCondition)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodExecOptions) DeepCopyInto(out *PodExecOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
if in.Command != nil {
|
|
|
|
in, out := &in.Command, &out.Command
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodExecOptions.
|
|
|
|
func (in *PodExecOptions) DeepCopy() *PodExecOptions {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodExecOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodExecOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodList) DeepCopyInto(out *PodList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]Pod, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodList.
|
|
|
|
func (in *PodList) DeepCopy() *PodList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodLogOptions) DeepCopyInto(out *PodLogOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
if in.SinceSeconds != nil {
|
|
|
|
in, out := &in.SinceSeconds, &out.SinceSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.SinceTime != nil {
|
|
|
|
in, out := &in.SinceTime, &out.SinceTime
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(v1.Time)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.TailLines != nil {
|
|
|
|
in, out := &in.TailLines, &out.TailLines
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.LimitBytes != nil {
|
|
|
|
in, out := &in.LimitBytes, &out.LimitBytes
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodLogOptions.
|
|
|
|
func (in *PodLogOptions) DeepCopy() *PodLogOptions {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodLogOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodLogOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PodPortForwardOptions) DeepCopyInto(out *PodPortForwardOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
if in.Ports != nil {
|
|
|
|
in, out := &in.Ports, &out.Ports
|
|
|
|
*out = make([]int32, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodPortForwardOptions.
|
|
|
|
func (in *PodPortForwardOptions) DeepCopy() *PodPortForwardOptions {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PodPortForwardOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodPortForwardOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PodProxyOptions) DeepCopyInto(out *PodProxyOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodProxyOptions.
|
|
|
|
func (in *PodProxyOptions) DeepCopy() *PodProxyOptions {
|
|
|
|
if in == nil {
|
2017-02-03 13:41:32 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodProxyOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-03 13:41:32 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodProxyOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodSecurityContext) DeepCopyInto(out *PodSecurityContext) {
|
|
|
|
*out = *in
|
|
|
|
if in.SELinuxOptions != nil {
|
|
|
|
in, out := &in.SELinuxOptions, &out.SELinuxOptions
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(SELinuxOptions)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.RunAsUser != nil {
|
|
|
|
in, out := &in.RunAsUser, &out.RunAsUser
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.RunAsNonRoot != nil {
|
|
|
|
in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.SupplementalGroups != nil {
|
|
|
|
in, out := &in.SupplementalGroups, &out.SupplementalGroups
|
|
|
|
*out = make([]int64, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.FSGroup != nil {
|
|
|
|
in, out := &in.FSGroup, &out.FSGroup
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodSecurityContext.
|
|
|
|
func (in *PodSecurityContext) DeepCopy() *PodSecurityContext {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodSecurityContext)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodSignature) DeepCopyInto(out *PodSignature) {
|
|
|
|
*out = *in
|
|
|
|
if in.PodController != nil {
|
|
|
|
in, out := &in.PodController, &out.PodController
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(v1.OwnerReference)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodSignature.
|
|
|
|
func (in *PodSignature) DeepCopy() *PodSignature {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodSignature)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodSpec) DeepCopyInto(out *PodSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Volumes != nil {
|
|
|
|
in, out := &in.Volumes, &out.Volumes
|
|
|
|
*out = make([]Volume, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.InitContainers != nil {
|
|
|
|
in, out := &in.InitContainers, &out.InitContainers
|
|
|
|
*out = make([]Container, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Containers != nil {
|
|
|
|
in, out := &in.Containers, &out.Containers
|
|
|
|
*out = make([]Container, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.TerminationGracePeriodSeconds != nil {
|
|
|
|
in, out := &in.TerminationGracePeriodSeconds, &out.TerminationGracePeriodSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ActiveDeadlineSeconds != nil {
|
|
|
|
in, out := &in.ActiveDeadlineSeconds, &out.ActiveDeadlineSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.NodeSelector != nil {
|
|
|
|
in, out := &in.NodeSelector, &out.NodeSelector
|
|
|
|
*out = make(map[string]string, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.AutomountServiceAccountToken != nil {
|
|
|
|
in, out := &in.AutomountServiceAccountToken, &out.AutomountServiceAccountToken
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.SecurityContext != nil {
|
|
|
|
in, out := &in.SecurityContext, &out.SecurityContext
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(PodSecurityContext)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ImagePullSecrets != nil {
|
|
|
|
in, out := &in.ImagePullSecrets, &out.ImagePullSecrets
|
|
|
|
*out = make([]LocalObjectReference, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.Affinity != nil {
|
|
|
|
in, out := &in.Affinity, &out.Affinity
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(Affinity)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Tolerations != nil {
|
|
|
|
in, out := &in.Tolerations, &out.Tolerations
|
|
|
|
*out = make([]Toleration, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.HostAliases != nil {
|
|
|
|
in, out := &in.HostAliases, &out.HostAliases
|
|
|
|
*out = make([]HostAlias, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Priority != nil {
|
|
|
|
in, out := &in.Priority, &out.Priority
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodSpec.
|
|
|
|
func (in *PodSpec) DeepCopy() *PodSpec {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodStatus) DeepCopyInto(out *PodStatus) {
|
|
|
|
*out = *in
|
|
|
|
if in.Conditions != nil {
|
|
|
|
in, out := &in.Conditions, &out.Conditions
|
|
|
|
*out = make([]PodCondition, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.StartTime != nil {
|
|
|
|
in, out := &in.StartTime, &out.StartTime
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(v1.Time)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.InitContainerStatuses != nil {
|
|
|
|
in, out := &in.InitContainerStatuses, &out.InitContainerStatuses
|
|
|
|
*out = make([]ContainerStatus, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ContainerStatuses != nil {
|
|
|
|
in, out := &in.ContainerStatuses, &out.ContainerStatuses
|
|
|
|
*out = make([]ContainerStatus, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodStatus.
|
|
|
|
func (in *PodStatus) DeepCopy() *PodStatus {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodStatusResult) DeepCopyInto(out *PodStatusResult) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodStatusResult.
|
|
|
|
func (in *PodStatusResult) DeepCopy() *PodStatusResult {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodStatusResult)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodStatusResult) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PodTemplate) DeepCopyInto(out *PodTemplate) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Template.DeepCopyInto(&out.Template)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodTemplate.
|
|
|
|
func (in *PodTemplate) DeepCopy() *PodTemplate {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodTemplate)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodTemplate) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PodTemplateList) DeepCopyInto(out *PodTemplateList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]PodTemplate, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodTemplateList.
|
|
|
|
func (in *PodTemplateList) DeepCopy() *PodTemplateList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(PodTemplateList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *PodTemplateList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *PodTemplateSpec) DeepCopyInto(out *PodTemplateSpec) {
|
|
|
|
*out = *in
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PodTemplateSpec.
|
|
|
|
func (in *PodTemplateSpec) DeepCopy() *PodTemplateSpec {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PodTemplateSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PortworxVolumeSource) DeepCopyInto(out *PortworxVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PortworxVolumeSource.
|
|
|
|
func (in *PortworxVolumeSource) DeepCopy() *PortworxVolumeSource {
|
|
|
|
if in == nil {
|
2017-06-06 07:19:04 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PortworxVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Preconditions) DeepCopyInto(out *Preconditions) {
|
|
|
|
*out = *in
|
|
|
|
if in.UID != nil {
|
|
|
|
in, out := &in.UID, &out.UID
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(types.UID)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Preconditions.
|
|
|
|
func (in *Preconditions) DeepCopy() *Preconditions {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Preconditions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PreferAvoidPodsEntry) DeepCopyInto(out *PreferAvoidPodsEntry) {
|
|
|
|
*out = *in
|
|
|
|
in.PodSignature.DeepCopyInto(&out.PodSignature)
|
|
|
|
in.EvictionTime.DeepCopyInto(&out.EvictionTime)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreferAvoidPodsEntry.
|
|
|
|
func (in *PreferAvoidPodsEntry) DeepCopy() *PreferAvoidPodsEntry {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PreferAvoidPodsEntry)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *PreferredSchedulingTerm) DeepCopyInto(out *PreferredSchedulingTerm) {
|
|
|
|
*out = *in
|
|
|
|
in.Preference.DeepCopyInto(&out.Preference)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PreferredSchedulingTerm.
|
|
|
|
func (in *PreferredSchedulingTerm) DeepCopy() *PreferredSchedulingTerm {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(PreferredSchedulingTerm)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Probe) DeepCopyInto(out *Probe) {
|
|
|
|
*out = *in
|
|
|
|
in.Handler.DeepCopyInto(&out.Handler)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Probe.
|
|
|
|
func (in *Probe) DeepCopy() *Probe {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Probe)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ProjectedVolumeSource) DeepCopyInto(out *ProjectedVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.Sources != nil {
|
|
|
|
in, out := &in.Sources, &out.Sources
|
|
|
|
*out = make([]VolumeProjection, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.DefaultMode != nil {
|
|
|
|
in, out := &in.DefaultMode, &out.DefaultMode
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectedVolumeSource.
|
|
|
|
func (in *ProjectedVolumeSource) DeepCopy() *ProjectedVolumeSource {
|
|
|
|
if in == nil {
|
2017-06-06 07:19:04 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ProjectedVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *QuobyteVolumeSource) DeepCopyInto(out *QuobyteVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new QuobyteVolumeSource.
|
|
|
|
func (in *QuobyteVolumeSource) DeepCopy() *QuobyteVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(QuobyteVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *RBDVolumeSource) DeepCopyInto(out *RBDVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.CephMonitors != nil {
|
|
|
|
in, out := &in.CephMonitors, &out.CephMonitors
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(LocalObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RBDVolumeSource.
|
|
|
|
func (in *RBDVolumeSource) DeepCopy() *RBDVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(RBDVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *RangeAllocation) DeepCopyInto(out *RangeAllocation) {
|
|
|
|
*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
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RangeAllocation.
|
|
|
|
func (in *RangeAllocation) DeepCopy() *RangeAllocation {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(RangeAllocation)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *RangeAllocation) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ReplicationController) DeepCopyInto(out *ReplicationController) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationController.
|
|
|
|
func (in *ReplicationController) DeepCopy() *ReplicationController {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ReplicationController)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ReplicationController) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ReplicationControllerCondition) DeepCopyInto(out *ReplicationControllerCondition) {
|
|
|
|
*out = *in
|
|
|
|
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationControllerCondition.
|
|
|
|
func (in *ReplicationControllerCondition) DeepCopy() *ReplicationControllerCondition {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ReplicationControllerCondition)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ReplicationControllerList) DeepCopyInto(out *ReplicationControllerList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]ReplicationController, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationControllerList.
|
|
|
|
func (in *ReplicationControllerList) DeepCopy() *ReplicationControllerList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ReplicationControllerList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ReplicationControllerList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ReplicationControllerSpec) DeepCopyInto(out *ReplicationControllerSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Selector != nil {
|
|
|
|
in, out := &in.Selector, &out.Selector
|
|
|
|
*out = make(map[string]string, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Template != nil {
|
|
|
|
in, out := &in.Template, &out.Template
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(PodTemplateSpec)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationControllerSpec.
|
|
|
|
func (in *ReplicationControllerSpec) DeepCopy() *ReplicationControllerSpec {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ReplicationControllerSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ReplicationControllerStatus) DeepCopyInto(out *ReplicationControllerStatus) {
|
|
|
|
*out = *in
|
|
|
|
if in.Conditions != nil {
|
|
|
|
in, out := &in.Conditions, &out.Conditions
|
|
|
|
*out = make([]ReplicationControllerCondition, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationControllerStatus.
|
|
|
|
func (in *ReplicationControllerStatus) DeepCopy() *ReplicationControllerStatus {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ReplicationControllerStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ResourceFieldSelector) DeepCopyInto(out *ResourceFieldSelector) {
|
|
|
|
*out = *in
|
|
|
|
out.Divisor = in.Divisor.DeepCopy()
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceFieldSelector.
|
|
|
|
func (in *ResourceFieldSelector) DeepCopy() *ResourceFieldSelector {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ResourceFieldSelector)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ResourceQuota) DeepCopyInto(out *ResourceQuota) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceQuota.
|
|
|
|
func (in *ResourceQuota) DeepCopy() *ResourceQuota {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ResourceQuota)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ResourceQuota) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ResourceQuotaList) DeepCopyInto(out *ResourceQuotaList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]ResourceQuota, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceQuotaList.
|
|
|
|
func (in *ResourceQuotaList) DeepCopy() *ResourceQuotaList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ResourceQuotaList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ResourceQuotaList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ResourceQuotaSpec) DeepCopyInto(out *ResourceQuotaSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Hard != nil {
|
|
|
|
in, out := &in.Hard, &out.Hard
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Scopes != nil {
|
|
|
|
in, out := &in.Scopes, &out.Scopes
|
|
|
|
*out = make([]ResourceQuotaScope, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceQuotaSpec.
|
|
|
|
func (in *ResourceQuotaSpec) DeepCopy() *ResourceQuotaSpec {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ResourceQuotaSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ResourceQuotaStatus) DeepCopyInto(out *ResourceQuotaStatus) {
|
|
|
|
*out = *in
|
|
|
|
if in.Hard != nil {
|
|
|
|
in, out := &in.Hard, &out.Hard
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Used != nil {
|
|
|
|
in, out := &in.Used, &out.Used
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceQuotaStatus.
|
|
|
|
func (in *ResourceQuotaStatus) DeepCopy() *ResourceQuotaStatus {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ResourceQuotaStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ResourceRequirements) DeepCopyInto(out *ResourceRequirements) {
|
|
|
|
*out = *in
|
|
|
|
if in.Limits != nil {
|
|
|
|
in, out := &in.Limits, &out.Limits
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.Requests != nil {
|
|
|
|
in, out := &in.Requests, &out.Requests
|
|
|
|
*out = make(ResourceList, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val.DeepCopy()
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceRequirements.
|
|
|
|
func (in *ResourceRequirements) DeepCopy() *ResourceRequirements {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ResourceRequirements)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SELinuxOptions) DeepCopyInto(out *SELinuxOptions) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SELinuxOptions.
|
|
|
|
func (in *SELinuxOptions) DeepCopy() *SELinuxOptions {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SELinuxOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ScaleIOVolumeSource) DeepCopyInto(out *ScaleIOVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(LocalObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ScaleIOVolumeSource.
|
|
|
|
func (in *ScaleIOVolumeSource) DeepCopy() *ScaleIOVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ScaleIOVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Secret) DeepCopyInto(out *Secret) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
if in.Data != nil {
|
|
|
|
in, out := &in.Data, &out.Data
|
|
|
|
*out = make(map[string][]byte, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
if val == nil {
|
|
|
|
(*out)[key] = nil
|
|
|
|
} else {
|
|
|
|
(*out)[key] = make([]byte, len(val))
|
|
|
|
copy((*out)[key], val)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Secret.
|
|
|
|
func (in *Secret) DeepCopy() *Secret {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Secret)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Secret) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SecretEnvSource) DeepCopyInto(out *SecretEnvSource) {
|
|
|
|
*out = *in
|
|
|
|
out.LocalObjectReference = in.LocalObjectReference
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(bool)
|
2017-06-06 07:19:04 +00:00
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
return
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretEnvSource.
|
|
|
|
func (in *SecretEnvSource) DeepCopy() *SecretEnvSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SecretEnvSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SecretKeySelector) DeepCopyInto(out *SecretKeySelector) {
|
|
|
|
*out = *in
|
|
|
|
out.LocalObjectReference = in.LocalObjectReference
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-03 13:41:32 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretKeySelector.
|
|
|
|
func (in *SecretKeySelector) DeepCopy() *SecretKeySelector {
|
|
|
|
if in == nil {
|
2017-02-03 13:41:32 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SecretKeySelector)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-03 13:41:32 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SecretList) DeepCopyInto(out *SecretList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]Secret, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-03 13:41:32 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretList.
|
|
|
|
func (in *SecretList) DeepCopy() *SecretList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SecretList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *SecretList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SecretProjection) DeepCopyInto(out *SecretProjection) {
|
|
|
|
*out = *in
|
|
|
|
out.LocalObjectReference = in.LocalObjectReference
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]KeyToPath, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretProjection.
|
|
|
|
func (in *SecretProjection) DeepCopy() *SecretProjection {
|
|
|
|
if in == nil {
|
2017-06-06 07:19:04 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SecretProjection)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SecretReference) DeepCopyInto(out *SecretReference) {
|
|
|
|
*out = *in
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretReference.
|
|
|
|
func (in *SecretReference) DeepCopy() *SecretReference {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(SecretReference)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SecretVolumeSource) DeepCopyInto(out *SecretVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]KeyToPath, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.DefaultMode != nil {
|
|
|
|
in, out := &in.DefaultMode, &out.DefaultMode
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int32)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Optional != nil {
|
|
|
|
in, out := &in.Optional, &out.Optional
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-03 13:41:32 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretVolumeSource.
|
|
|
|
func (in *SecretVolumeSource) DeepCopy() *SecretVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SecretVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SecurityContext) DeepCopyInto(out *SecurityContext) {
|
|
|
|
*out = *in
|
|
|
|
if in.Capabilities != nil {
|
|
|
|
in, out := &in.Capabilities, &out.Capabilities
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(Capabilities)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Privileged != nil {
|
|
|
|
in, out := &in.Privileged, &out.Privileged
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.SELinuxOptions != nil {
|
|
|
|
in, out := &in.SELinuxOptions, &out.SELinuxOptions
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(SELinuxOptions)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.RunAsUser != nil {
|
|
|
|
in, out := &in.RunAsUser, &out.RunAsUser
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.RunAsNonRoot != nil {
|
|
|
|
in, out := &in.RunAsNonRoot, &out.RunAsNonRoot
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if in.ReadOnlyRootFilesystem != nil {
|
|
|
|
in, out := &in.ReadOnlyRootFilesystem, &out.ReadOnlyRootFilesystem
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.AllowPrivilegeEscalation != nil {
|
|
|
|
in, out := &in.AllowPrivilegeEscalation, &out.AllowPrivilegeEscalation
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityContext.
|
|
|
|
func (in *SecurityContext) DeepCopy() *SecurityContext {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(SecurityContext)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SerializedReference) DeepCopyInto(out *SerializedReference) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.Reference = in.Reference
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SerializedReference.
|
|
|
|
func (in *SerializedReference) DeepCopy() *SerializedReference {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SerializedReference)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *SerializedReference) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Service) DeepCopyInto(out *Service) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Service.
|
|
|
|
func (in *Service) DeepCopy() *Service {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(Service)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *Service) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ServiceAccount) DeepCopyInto(out *ServiceAccount) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
|
|
if in.Secrets != nil {
|
|
|
|
in, out := &in.Secrets, &out.Secrets
|
|
|
|
*out = make([]ObjectReference, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.ImagePullSecrets != nil {
|
|
|
|
in, out := &in.ImagePullSecrets, &out.ImagePullSecrets
|
|
|
|
*out = make([]LocalObjectReference, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.AutomountServiceAccountToken != nil {
|
|
|
|
in, out := &in.AutomountServiceAccountToken, &out.AutomountServiceAccountToken
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
2017-02-03 13:41:32 +00:00
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(bool)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceAccount.
|
|
|
|
func (in *ServiceAccount) DeepCopy() *ServiceAccount {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ServiceAccount)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ServiceAccount) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ServiceAccountList) DeepCopyInto(out *ServiceAccountList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]ServiceAccount, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceAccountList.
|
|
|
|
func (in *ServiceAccountList) DeepCopy() *ServiceAccountList {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ServiceAccountList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ServiceAccountList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ServiceList) DeepCopyInto(out *ServiceList) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
out.ListMeta = in.ListMeta
|
|
|
|
if in.Items != nil {
|
|
|
|
in, out := &in.Items, &out.Items
|
|
|
|
*out = make([]Service, len(*in))
|
|
|
|
for i := range *in {
|
|
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceList.
|
|
|
|
func (in *ServiceList) DeepCopy() *ServiceList {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ServiceList)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ServiceList) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.DeepCopy(); c != nil {
|
|
|
|
return c
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ServicePort) DeepCopyInto(out *ServicePort) {
|
|
|
|
*out = *in
|
|
|
|
out.TargetPort = in.TargetPort
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServicePort.
|
|
|
|
func (in *ServicePort) DeepCopy() *ServicePort {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ServicePort)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ServiceProxyOptions) DeepCopyInto(out *ServiceProxyOptions) {
|
|
|
|
*out = *in
|
|
|
|
out.TypeMeta = in.TypeMeta
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceProxyOptions.
|
|
|
|
func (in *ServiceProxyOptions) DeepCopy() *ServiceProxyOptions {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ServiceProxyOptions)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
|
|
func (in *ServiceProxyOptions) DeepCopyObject() runtime.Object {
|
|
|
|
if c := in.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 *ServiceSpec) DeepCopyInto(out *ServiceSpec) {
|
|
|
|
*out = *in
|
|
|
|
if in.Ports != nil {
|
|
|
|
in, out := &in.Ports, &out.Ports
|
|
|
|
*out = make([]ServicePort, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.Selector != nil {
|
|
|
|
in, out := &in.Selector, &out.Selector
|
|
|
|
*out = make(map[string]string, len(*in))
|
|
|
|
for key, val := range *in {
|
|
|
|
(*out)[key] = val
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ExternalIPs != nil {
|
|
|
|
in, out := &in.ExternalIPs, &out.ExternalIPs
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
if in.SessionAffinityConfig != nil {
|
|
|
|
in, out := &in.SessionAffinityConfig, &out.SessionAffinityConfig
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(SessionAffinityConfig)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.LoadBalancerSourceRanges != nil {
|
|
|
|
in, out := &in.LoadBalancerSourceRanges, &out.LoadBalancerSourceRanges
|
|
|
|
*out = make([]string, len(*in))
|
|
|
|
copy(*out, *in)
|
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpec.
|
|
|
|
func (in *ServiceSpec) DeepCopy() *ServiceSpec {
|
|
|
|
if in == nil {
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
out := new(ServiceSpec)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *ServiceStatus) DeepCopyInto(out *ServiceStatus) {
|
|
|
|
*out = *in
|
|
|
|
in.LoadBalancer.DeepCopyInto(&out.LoadBalancer)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceStatus.
|
|
|
|
func (in *ServiceStatus) DeepCopy() *ServiceStatus {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(ServiceStatus)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *SessionAffinityConfig) DeepCopyInto(out *SessionAffinityConfig) {
|
|
|
|
*out = *in
|
|
|
|
if in.ClientIP != nil {
|
|
|
|
in, out := &in.ClientIP, &out.ClientIP
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(ClientIPConfig)
|
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SessionAffinityConfig.
|
|
|
|
func (in *SessionAffinityConfig) DeepCopy() *SessionAffinityConfig {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(SessionAffinityConfig)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *StorageOSPersistentVolumeSource) DeepCopyInto(out *StorageOSPersistentVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-08-04 11:13:19 +00:00
|
|
|
*out = new(ObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageOSPersistentVolumeSource.
|
|
|
|
func (in *StorageOSPersistentVolumeSource) DeepCopy() *StorageOSPersistentVolumeSource {
|
|
|
|
if in == nil {
|
2017-08-04 11:13:19 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(StorageOSPersistentVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *StorageOSVolumeSource) DeepCopyInto(out *StorageOSVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.SecretRef != nil {
|
|
|
|
in, out := &in.SecretRef, &out.SecretRef
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-08-04 11:13:19 +00:00
|
|
|
*out = new(LocalObjectReference)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageOSVolumeSource.
|
|
|
|
func (in *StorageOSVolumeSource) DeepCopy() *StorageOSVolumeSource {
|
|
|
|
if in == nil {
|
2017-08-04 11:13:19 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(StorageOSVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Sysctl) DeepCopyInto(out *Sysctl) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Sysctl.
|
|
|
|
func (in *Sysctl) DeepCopy() *Sysctl {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Sysctl)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *TCPSocketAction) DeepCopyInto(out *TCPSocketAction) {
|
|
|
|
*out = *in
|
|
|
|
out.Port = in.Port
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TCPSocketAction.
|
|
|
|
func (in *TCPSocketAction) DeepCopy() *TCPSocketAction {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(TCPSocketAction)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Taint) DeepCopyInto(out *Taint) {
|
|
|
|
*out = *in
|
|
|
|
in.TimeAdded.DeepCopyInto(&out.TimeAdded)
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Taint.
|
|
|
|
func (in *Taint) DeepCopy() *Taint {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Taint)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Toleration) DeepCopyInto(out *Toleration) {
|
|
|
|
*out = *in
|
|
|
|
if in.TolerationSeconds != nil {
|
|
|
|
in, out := &in.TolerationSeconds, &out.TolerationSeconds
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(int64)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Toleration.
|
|
|
|
func (in *Toleration) DeepCopy() *Toleration {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Toleration)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *Volume) DeepCopyInto(out *Volume) {
|
|
|
|
*out = *in
|
|
|
|
in.VolumeSource.DeepCopyInto(&out.VolumeSource)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Volume.
|
|
|
|
func (in *Volume) DeepCopy() *Volume {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(Volume)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *VolumeMount) DeepCopyInto(out *VolumeMount) {
|
|
|
|
*out = *in
|
|
|
|
if in.MountPropagation != nil {
|
|
|
|
in, out := &in.MountPropagation, &out.MountPropagation
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
|
|
|
*out = new(MountPropagationMode)
|
|
|
|
**out = **in
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeMount.
|
|
|
|
func (in *VolumeMount) DeepCopy() *VolumeMount {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(VolumeMount)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *VolumeProjection) DeepCopyInto(out *VolumeProjection) {
|
|
|
|
*out = *in
|
|
|
|
if in.Secret != nil {
|
|
|
|
in, out := &in.Secret, &out.Secret
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(SecretProjection)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.DownwardAPI != nil {
|
|
|
|
in, out := &in.DownwardAPI, &out.DownwardAPI
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(DownwardAPIProjection)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ConfigMap != nil {
|
|
|
|
in, out := &in.ConfigMap, &out.ConfigMap
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(ConfigMapProjection)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeProjection.
|
|
|
|
func (in *VolumeProjection) DeepCopy() *VolumeProjection {
|
|
|
|
if in == nil {
|
2017-06-06 07:19:04 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(VolumeProjection)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *VolumeSource) DeepCopyInto(out *VolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
if in.HostPath != nil {
|
|
|
|
in, out := &in.HostPath, &out.HostPath
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(HostPathVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.EmptyDir != nil {
|
|
|
|
in, out := &in.EmptyDir, &out.EmptyDir
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(EmptyDirVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.GCEPersistentDisk != nil {
|
|
|
|
in, out := &in.GCEPersistentDisk, &out.GCEPersistentDisk
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(GCEPersistentDiskVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.AWSElasticBlockStore != nil {
|
|
|
|
in, out := &in.AWSElasticBlockStore, &out.AWSElasticBlockStore
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(AWSElasticBlockStoreVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.GitRepo != nil {
|
|
|
|
in, out := &in.GitRepo, &out.GitRepo
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(GitRepoVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Secret != nil {
|
|
|
|
in, out := &in.Secret, &out.Secret
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(SecretVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.NFS != nil {
|
|
|
|
in, out := &in.NFS, &out.NFS
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(NFSVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ISCSI != nil {
|
|
|
|
in, out := &in.ISCSI, &out.ISCSI
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ISCSIVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Glusterfs != nil {
|
|
|
|
in, out := &in.Glusterfs, &out.Glusterfs
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(GlusterfsVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PersistentVolumeClaim != nil {
|
|
|
|
in, out := &in.PersistentVolumeClaim, &out.PersistentVolumeClaim
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(PersistentVolumeClaimVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.RBD != nil {
|
|
|
|
in, out := &in.RBD, &out.RBD
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(RBDVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Quobyte != nil {
|
|
|
|
in, out := &in.Quobyte, &out.Quobyte
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(QuobyteVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.FlexVolume != nil {
|
|
|
|
in, out := &in.FlexVolume, &out.FlexVolume
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(FlexVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Cinder != nil {
|
|
|
|
in, out := &in.Cinder, &out.Cinder
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(CinderVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.CephFS != nil {
|
|
|
|
in, out := &in.CephFS, &out.CephFS
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(CephFSVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Flocker != nil {
|
|
|
|
in, out := &in.Flocker, &out.Flocker
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(FlockerVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.DownwardAPI != nil {
|
|
|
|
in, out := &in.DownwardAPI, &out.DownwardAPI
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(DownwardAPIVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.FC != nil {
|
|
|
|
in, out := &in.FC, &out.FC
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(FCVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.AzureFile != nil {
|
|
|
|
in, out := &in.AzureFile, &out.AzureFile
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(AzureFileVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ConfigMap != nil {
|
|
|
|
in, out := &in.ConfigMap, &out.ConfigMap
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(ConfigMapVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.VsphereVolume != nil {
|
|
|
|
in, out := &in.VsphereVolume, &out.VsphereVolume
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(VsphereVirtualDiskVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.AzureDisk != nil {
|
|
|
|
in, out := &in.AzureDisk, &out.AzureDisk
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(AzureDiskVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PhotonPersistentDisk != nil {
|
|
|
|
in, out := &in.PhotonPersistentDisk, &out.PhotonPersistentDisk
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-02-01 00:45:59 +00:00
|
|
|
*out = new(PhotonPersistentDiskVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.Projected != nil {
|
|
|
|
in, out := &in.Projected, &out.Projected
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(ProjectedVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.PortworxVolume != nil {
|
|
|
|
in, out := &in.PortworxVolume, &out.PortworxVolume
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(PortworxVolumeSource)
|
|
|
|
**out = **in
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.ScaleIO != nil {
|
|
|
|
in, out := &in.ScaleIO, &out.ScaleIO
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-06-06 07:19:04 +00:00
|
|
|
*out = new(ScaleIOVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-06-06 07:19:04 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
if in.StorageOS != nil {
|
|
|
|
in, out := &in.StorageOS, &out.StorageOS
|
|
|
|
if *in == nil {
|
|
|
|
*out = nil
|
|
|
|
} else {
|
2017-08-04 11:13:19 +00:00
|
|
|
*out = new(StorageOSVolumeSource)
|
2017-09-26 14:23:09 +00:00
|
|
|
(*in).DeepCopyInto(*out)
|
2017-08-04 11:13:19 +00:00
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
}
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeSource.
|
|
|
|
func (in *VolumeSource) DeepCopy() *VolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(VolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *VsphereVirtualDiskVolumeSource) DeepCopyInto(out *VsphereVirtualDiskVolumeSource) {
|
|
|
|
*out = *in
|
|
|
|
return
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VsphereVirtualDiskVolumeSource.
|
|
|
|
func (in *VsphereVirtualDiskVolumeSource) DeepCopy() *VsphereVirtualDiskVolumeSource {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(VsphereVirtualDiskVolumeSource)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|
|
|
|
|
2017-09-26 14:23:09 +00:00
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
|
|
func (in *WeightedPodAffinityTerm) DeepCopyInto(out *WeightedPodAffinityTerm) {
|
|
|
|
*out = *in
|
|
|
|
in.PodAffinityTerm.DeepCopyInto(&out.PodAffinityTerm)
|
|
|
|
return
|
|
|
|
}
|
|
|
|
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WeightedPodAffinityTerm.
|
|
|
|
func (in *WeightedPodAffinityTerm) DeepCopy() *WeightedPodAffinityTerm {
|
|
|
|
if in == nil {
|
2017-02-01 00:45:59 +00:00
|
|
|
return nil
|
|
|
|
}
|
2017-09-26 14:23:09 +00:00
|
|
|
out := new(WeightedPodAffinityTerm)
|
|
|
|
in.DeepCopyInto(out)
|
|
|
|
return out
|
2017-02-01 00:45:59 +00:00
|
|
|
}
|