k3s/pkg/apis/extensions/zz_generated.deepcopy.go

887 lines
25 KiB
Go
Raw Normal View History

// +build !ignore_autogenerated
/*
Copyright 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.
*/
2018-02-27 01:16:14 +00:00
// Code generated by deepcopy-gen. DO NOT EDIT.
package extensions
import (
2017-01-11 14:09:48 +00:00
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
runtime "k8s.io/apimachinery/pkg/runtime"
)
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CustomMetricCurrentStatus) DeepCopyInto(out *CustomMetricCurrentStatus) {
*out = *in
out.CurrentValue = in.CurrentValue.DeepCopy()
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricCurrentStatus.
func (in *CustomMetricCurrentStatus) DeepCopy() *CustomMetricCurrentStatus {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(CustomMetricCurrentStatus)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CustomMetricCurrentStatusList) DeepCopyInto(out *CustomMetricCurrentStatusList) {
*out = *in
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]CustomMetricCurrentStatus, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricCurrentStatusList.
func (in *CustomMetricCurrentStatusList) DeepCopy() *CustomMetricCurrentStatusList {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(CustomMetricCurrentStatusList)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CustomMetricTarget) DeepCopyInto(out *CustomMetricTarget) {
*out = *in
out.TargetValue = in.TargetValue.DeepCopy()
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricTarget.
func (in *CustomMetricTarget) DeepCopy() *CustomMetricTarget {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(CustomMetricTarget)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *CustomMetricTargetList) DeepCopyInto(out *CustomMetricTargetList) {
*out = *in
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]CustomMetricTarget, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomMetricTargetList.
func (in *CustomMetricTargetList) DeepCopy() *CustomMetricTargetList {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(CustomMetricTargetList)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DaemonSet) DeepCopyInto(out *DaemonSet) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSet.
func (in *DaemonSet) DeepCopy() *DaemonSet {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DaemonSet)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *DaemonSet) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
}
2017-11-08 05:39:58 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DaemonSetCondition) DeepCopyInto(out *DaemonSetCondition) {
*out = *in
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
return
}
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetCondition.
func (in *DaemonSetCondition) DeepCopy() *DaemonSetCondition {
if in == nil {
return nil
}
out := new(DaemonSetCondition)
in.DeepCopyInto(out)
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DaemonSetList) DeepCopyInto(out *DaemonSetList) {
*out = *in
out.TypeMeta = in.TypeMeta
out.ListMeta = in.ListMeta
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]DaemonSet, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetList.
func (in *DaemonSetList) DeepCopy() *DaemonSetList {
if in == nil {
2017-07-06 08:07:09 +00:00
return nil
}
out := new(DaemonSetList)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *DaemonSetList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
2017-07-06 08:07:09 +00:00
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DaemonSetSpec) DeepCopyInto(out *DaemonSetSpec) {
*out = *in
if in.Selector != nil {
in, out := &in.Selector, &out.Selector
2018-06-13 07:53:47 +00:00
*out = new(v1.LabelSelector)
(*in).DeepCopyInto(*out)
2017-07-06 08:07:09 +00:00
}
in.Template.DeepCopyInto(&out.Template)
in.UpdateStrategy.DeepCopyInto(&out.UpdateStrategy)
if in.RevisionHistoryLimit != nil {
in, out := &in.RevisionHistoryLimit, &out.RevisionHistoryLimit
2018-06-13 07:53:47 +00:00
*out = new(int32)
**out = **in
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetSpec.
func (in *DaemonSetSpec) DeepCopy() *DaemonSetSpec {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DaemonSetSpec)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DaemonSetStatus) DeepCopyInto(out *DaemonSetStatus) {
*out = *in
if in.CollisionCount != nil {
in, out := &in.CollisionCount, &out.CollisionCount
2018-06-13 07:53:47 +00:00
*out = new(int32)
**out = **in
2017-07-06 08:07:09 +00:00
}
2017-11-08 05:39:58 +00:00
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]DaemonSetCondition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
}
2017-07-06 08:07:09 +00:00
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetStatus.
func (in *DaemonSetStatus) DeepCopy() *DaemonSetStatus {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DaemonSetStatus)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DaemonSetUpdateStrategy) DeepCopyInto(out *DaemonSetUpdateStrategy) {
*out = *in
if in.RollingUpdate != nil {
in, out := &in.RollingUpdate, &out.RollingUpdate
2018-06-13 07:53:47 +00:00
*out = new(RollingUpdateDaemonSet)
**out = **in
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetUpdateStrategy.
func (in *DaemonSetUpdateStrategy) DeepCopy() *DaemonSetUpdateStrategy {
if in == nil {
2017-02-23 15:45:21 +00:00
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DaemonSetUpdateStrategy)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
2017-02-23 15:45:21 +00:00
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Deployment) DeepCopyInto(out *Deployment) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Deployment.
func (in *Deployment) DeepCopy() *Deployment {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(Deployment)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *Deployment) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DeploymentCondition) DeepCopyInto(out *DeploymentCondition) {
*out = *in
in.LastUpdateTime.DeepCopyInto(&out.LastUpdateTime)
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentCondition.
func (in *DeploymentCondition) DeepCopy() *DeploymentCondition {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DeploymentCondition)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DeploymentList) DeepCopyInto(out *DeploymentList) {
*out = *in
out.TypeMeta = in.TypeMeta
out.ListMeta = in.ListMeta
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]Deployment, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentList.
func (in *DeploymentList) DeepCopy() *DeploymentList {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DeploymentList)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *DeploymentList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
2017-07-06 08:07:09 +00:00
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DeploymentRollback) DeepCopyInto(out *DeploymentRollback) {
*out = *in
out.TypeMeta = in.TypeMeta
if in.UpdatedAnnotations != nil {
in, out := &in.UpdatedAnnotations, &out.UpdatedAnnotations
*out = make(map[string]string, len(*in))
for key, val := range *in {
(*out)[key] = val
}
2017-07-06 08:07:09 +00:00
}
out.RollbackTo = in.RollbackTo
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentRollback.
func (in *DeploymentRollback) DeepCopy() *DeploymentRollback {
if in == nil {
2017-07-06 08:07:09 +00:00
return nil
}
out := new(DeploymentRollback)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *DeploymentRollback) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
2017-07-06 08:07:09 +00:00
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DeploymentSpec) DeepCopyInto(out *DeploymentSpec) {
*out = *in
if in.Selector != nil {
in, out := &in.Selector, &out.Selector
2018-06-13 07:53:47 +00:00
*out = new(v1.LabelSelector)
(*in).DeepCopyInto(*out)
2017-07-06 08:07:09 +00:00
}
in.Template.DeepCopyInto(&out.Template)
in.Strategy.DeepCopyInto(&out.Strategy)
if in.RevisionHistoryLimit != nil {
in, out := &in.RevisionHistoryLimit, &out.RevisionHistoryLimit
2018-06-13 07:53:47 +00:00
*out = new(int32)
**out = **in
2017-07-06 08:07:09 +00:00
}
if in.RollbackTo != nil {
in, out := &in.RollbackTo, &out.RollbackTo
2018-06-13 07:53:47 +00:00
*out = new(RollbackConfig)
**out = **in
2017-07-06 08:07:09 +00:00
}
if in.ProgressDeadlineSeconds != nil {
in, out := &in.ProgressDeadlineSeconds, &out.ProgressDeadlineSeconds
2018-06-13 07:53:47 +00:00
*out = new(int32)
**out = **in
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentSpec.
func (in *DeploymentSpec) DeepCopy() *DeploymentSpec {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DeploymentSpec)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DeploymentStatus) DeepCopyInto(out *DeploymentStatus) {
*out = *in
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]DeploymentCondition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
if in.CollisionCount != nil {
in, out := &in.CollisionCount, &out.CollisionCount
2018-06-13 07:53:47 +00:00
*out = new(int32)
**out = **in
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentStatus.
func (in *DeploymentStatus) DeepCopy() *DeploymentStatus {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DeploymentStatus)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DeploymentStrategy) DeepCopyInto(out *DeploymentStrategy) {
*out = *in
if in.RollingUpdate != nil {
in, out := &in.RollingUpdate, &out.RollingUpdate
2018-06-13 07:53:47 +00:00
*out = new(RollingUpdateDeployment)
**out = **in
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentStrategy.
func (in *DeploymentStrategy) DeepCopy() *DeploymentStrategy {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(DeploymentStrategy)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *HTTPIngressPath) DeepCopyInto(out *HTTPIngressPath) {
*out = *in
out.Backend = in.Backend
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressPath.
func (in *HTTPIngressPath) DeepCopy() *HTTPIngressPath {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(HTTPIngressPath)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *HTTPIngressRuleValue) DeepCopyInto(out *HTTPIngressRuleValue) {
*out = *in
if in.Paths != nil {
in, out := &in.Paths, &out.Paths
*out = make([]HTTPIngressPath, len(*in))
copy(*out, *in)
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HTTPIngressRuleValue.
func (in *HTTPIngressRuleValue) DeepCopy() *HTTPIngressRuleValue {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(HTTPIngressRuleValue)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *Ingress) DeepCopyInto(out *Ingress) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Ingress.
func (in *Ingress) DeepCopy() *Ingress {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(Ingress)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *Ingress) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *IngressBackend) DeepCopyInto(out *IngressBackend) {
*out = *in
out.ServicePort = in.ServicePort
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressBackend.
func (in *IngressBackend) DeepCopy() *IngressBackend {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(IngressBackend)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *IngressList) DeepCopyInto(out *IngressList) {
*out = *in
out.TypeMeta = in.TypeMeta
out.ListMeta = in.ListMeta
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]Ingress, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressList.
func (in *IngressList) DeepCopy() *IngressList {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(IngressList)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *IngressList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
2017-07-06 08:07:09 +00:00
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *IngressRule) DeepCopyInto(out *IngressRule) {
*out = *in
in.IngressRuleValue.DeepCopyInto(&out.IngressRuleValue)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRule.
func (in *IngressRule) DeepCopy() *IngressRule {
if in == nil {
2017-07-06 08:07:09 +00:00
return nil
}
out := new(IngressRule)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *IngressRuleValue) DeepCopyInto(out *IngressRuleValue) {
*out = *in
if in.HTTP != nil {
in, out := &in.HTTP, &out.HTTP
2018-06-13 07:53:47 +00:00
*out = new(HTTPIngressRuleValue)
(*in).DeepCopyInto(*out)
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressRuleValue.
func (in *IngressRuleValue) DeepCopy() *IngressRuleValue {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(IngressRuleValue)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *IngressSpec) DeepCopyInto(out *IngressSpec) {
*out = *in
if in.Backend != nil {
in, out := &in.Backend, &out.Backend
2018-06-13 07:53:47 +00:00
*out = new(IngressBackend)
**out = **in
2017-07-06 08:07:09 +00:00
}
if in.TLS != nil {
in, out := &in.TLS, &out.TLS
*out = make([]IngressTLS, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
if in.Rules != nil {
in, out := &in.Rules, &out.Rules
*out = make([]IngressRule, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressSpec.
func (in *IngressSpec) DeepCopy() *IngressSpec {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(IngressSpec)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *IngressStatus) DeepCopyInto(out *IngressStatus) {
*out = *in
in.LoadBalancer.DeepCopyInto(&out.LoadBalancer)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressStatus.
func (in *IngressStatus) DeepCopy() *IngressStatus {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(IngressStatus)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *IngressTLS) DeepCopyInto(out *IngressTLS) {
*out = *in
if in.Hosts != nil {
in, out := &in.Hosts, &out.Hosts
*out = make([]string, len(*in))
copy(*out, *in)
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IngressTLS.
func (in *IngressTLS) DeepCopy() *IngressTLS {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(IngressTLS)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ReplicaSet) DeepCopyInto(out *ReplicaSet) {
*out = *in
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)
in.Status.DeepCopyInto(&out.Status)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSet.
func (in *ReplicaSet) DeepCopy() *ReplicaSet {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(ReplicaSet)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *ReplicaSet) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ReplicaSetCondition) DeepCopyInto(out *ReplicaSetCondition) {
*out = *in
in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetCondition.
func (in *ReplicaSetCondition) DeepCopy() *ReplicaSetCondition {
if in == nil {
2017-07-06 08:07:09 +00:00
return nil
}
out := new(ReplicaSetCondition)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ReplicaSetList) DeepCopyInto(out *ReplicaSetList) {
*out = *in
out.TypeMeta = in.TypeMeta
out.ListMeta = in.ListMeta
if in.Items != nil {
in, out := &in.Items, &out.Items
*out = make([]ReplicaSet, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetList.
func (in *ReplicaSetList) DeepCopy() *ReplicaSetList {
if in == nil {
2017-07-06 08:07:09 +00:00
return nil
}
out := new(ReplicaSetList)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *ReplicaSetList) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
2017-07-06 08:07:09 +00:00
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ReplicaSetSpec) DeepCopyInto(out *ReplicaSetSpec) {
*out = *in
if in.Selector != nil {
in, out := &in.Selector, &out.Selector
2018-06-13 07:53:47 +00:00
*out = new(v1.LabelSelector)
(*in).DeepCopyInto(*out)
2017-07-06 08:07:09 +00:00
}
in.Template.DeepCopyInto(&out.Template)
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetSpec.
func (in *ReplicaSetSpec) DeepCopy() *ReplicaSetSpec {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(ReplicaSetSpec)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ReplicaSetStatus) DeepCopyInto(out *ReplicaSetStatus) {
*out = *in
if in.Conditions != nil {
in, out := &in.Conditions, &out.Conditions
*out = make([]ReplicaSetCondition, len(*in))
for i := range *in {
(*in)[i].DeepCopyInto(&(*out)[i])
2016-10-07 14:08:07 +00:00
}
2017-07-06 08:07:09 +00:00
}
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicaSetStatus.
func (in *ReplicaSetStatus) DeepCopy() *ReplicaSetStatus {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(ReplicaSetStatus)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *ReplicationControllerDummy) DeepCopyInto(out *ReplicationControllerDummy) {
*out = *in
out.TypeMeta = in.TypeMeta
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationControllerDummy.
func (in *ReplicationControllerDummy) DeepCopy() *ReplicationControllerDummy {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(ReplicationControllerDummy)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
2017-07-31 14:33:00 +00:00
func (in *ReplicationControllerDummy) DeepCopyObject() runtime.Object {
if c := in.DeepCopy(); c != nil {
2017-07-06 08:07:09 +00:00
return c
}
2018-02-27 01:16:14 +00:00
return nil
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *RollbackConfig) DeepCopyInto(out *RollbackConfig) {
*out = *in
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RollbackConfig.
func (in *RollbackConfig) DeepCopy() *RollbackConfig {
if in == nil {
2017-02-23 15:45:21 +00:00
return nil
}
2017-07-06 08:07:09 +00:00
out := new(RollbackConfig)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *RollingUpdateDaemonSet) DeepCopyInto(out *RollingUpdateDaemonSet) {
*out = *in
out.MaxUnavailable = in.MaxUnavailable
return
2017-02-23 15:45:21 +00:00
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RollingUpdateDaemonSet.
func (in *RollingUpdateDaemonSet) DeepCopy() *RollingUpdateDaemonSet {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(RollingUpdateDaemonSet)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}
2017-07-06 08:07:09 +00:00
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *RollingUpdateDeployment) DeepCopyInto(out *RollingUpdateDeployment) {
*out = *in
out.MaxUnavailable = in.MaxUnavailable
out.MaxSurge = in.MaxSurge
return
}
2017-07-31 14:33:00 +00:00
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RollingUpdateDeployment.
func (in *RollingUpdateDeployment) DeepCopy() *RollingUpdateDeployment {
if in == nil {
return nil
}
2017-07-06 08:07:09 +00:00
out := new(RollingUpdateDeployment)
2017-07-31 14:33:00 +00:00
in.DeepCopyInto(out)
2017-07-06 08:07:09 +00:00
return out
}