...

Source file src/github.com/emissary-ingress/emissary/v3/pkg/api/getambassador.io/v1/zz_generated.deepcopy.go

Documentation: github.com/emissary-ingress/emissary/v3/pkg/api/getambassador.io/v1

     1  //go:build !ignore_autogenerated
     2  // +build !ignore_autogenerated
     3  
     4  // Copyright 2021 Ambassador Labs.  All rights reserved
     5  //
     6  // Licensed under the Apache License, Version 2.0 (the "License");
     7  // you may not use this file except in compliance with the License.
     8  // You may obtain a copy of the License at
     9  //
    10  //     http://www.apache.org/licenses/LICENSE-2.0
    11  //
    12  // Unless required by applicable law or agreed to in writing, software
    13  // distributed under the License is distributed on an "AS IS" BASIS,
    14  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    15  // See the License for the specific language governing permissions and
    16  // limitations under the License.
    17  
    18  // Code generated by controller-gen. DO NOT EDIT.
    19  
    20  package v1
    21  
    22  import (
    23  	"github.com/emissary-ingress/emissary/v3/pkg/api/getambassador.io/v2"
    24  	"k8s.io/apimachinery/pkg/runtime"
    25  )
    26  
    27  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    28  func (in *AuthService) DeepCopyInto(out *AuthService) {
    29  	*out = *in
    30  	out.TypeMeta = in.TypeMeta
    31  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    32  	in.Spec.DeepCopyInto(&out.Spec)
    33  }
    34  
    35  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthService.
    36  func (in *AuthService) DeepCopy() *AuthService {
    37  	if in == nil {
    38  		return nil
    39  	}
    40  	out := new(AuthService)
    41  	in.DeepCopyInto(out)
    42  	return out
    43  }
    44  
    45  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    46  func (in *AuthService) DeepCopyObject() runtime.Object {
    47  	if c := in.DeepCopy(); c != nil {
    48  		return c
    49  	}
    50  	return nil
    51  }
    52  
    53  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    54  func (in *AuthServiceList) DeepCopyInto(out *AuthServiceList) {
    55  	*out = *in
    56  	out.TypeMeta = in.TypeMeta
    57  	in.ListMeta.DeepCopyInto(&out.ListMeta)
    58  	if in.Items != nil {
    59  		in, out := &in.Items, &out.Items
    60  		*out = make([]AuthService, len(*in))
    61  		for i := range *in {
    62  			(*in)[i].DeepCopyInto(&(*out)[i])
    63  		}
    64  	}
    65  }
    66  
    67  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthServiceList.
    68  func (in *AuthServiceList) DeepCopy() *AuthServiceList {
    69  	if in == nil {
    70  		return nil
    71  	}
    72  	out := new(AuthServiceList)
    73  	in.DeepCopyInto(out)
    74  	return out
    75  }
    76  
    77  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    78  func (in *AuthServiceList) DeepCopyObject() runtime.Object {
    79  	if c := in.DeepCopy(); c != nil {
    80  		return c
    81  	}
    82  	return nil
    83  }
    84  
    85  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    86  func (in *ConsulResolver) DeepCopyInto(out *ConsulResolver) {
    87  	*out = *in
    88  	out.TypeMeta = in.TypeMeta
    89  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
    90  	in.Spec.DeepCopyInto(&out.Spec)
    91  }
    92  
    93  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsulResolver.
    94  func (in *ConsulResolver) DeepCopy() *ConsulResolver {
    95  	if in == nil {
    96  		return nil
    97  	}
    98  	out := new(ConsulResolver)
    99  	in.DeepCopyInto(out)
   100  	return out
   101  }
   102  
   103  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   104  func (in *ConsulResolver) DeepCopyObject() runtime.Object {
   105  	if c := in.DeepCopy(); c != nil {
   106  		return c
   107  	}
   108  	return nil
   109  }
   110  
   111  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   112  func (in *ConsulResolverList) DeepCopyInto(out *ConsulResolverList) {
   113  	*out = *in
   114  	out.TypeMeta = in.TypeMeta
   115  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   116  	if in.Items != nil {
   117  		in, out := &in.Items, &out.Items
   118  		*out = make([]ConsulResolver, len(*in))
   119  		for i := range *in {
   120  			(*in)[i].DeepCopyInto(&(*out)[i])
   121  		}
   122  	}
   123  }
   124  
   125  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConsulResolverList.
   126  func (in *ConsulResolverList) DeepCopy() *ConsulResolverList {
   127  	if in == nil {
   128  		return nil
   129  	}
   130  	out := new(ConsulResolverList)
   131  	in.DeepCopyInto(out)
   132  	return out
   133  }
   134  
   135  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   136  func (in *ConsulResolverList) DeepCopyObject() runtime.Object {
   137  	if c := in.DeepCopy(); c != nil {
   138  		return c
   139  	}
   140  	return nil
   141  }
   142  
   143  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   144  func (in *DevPortal) DeepCopyInto(out *DevPortal) {
   145  	*out = *in
   146  	out.TypeMeta = in.TypeMeta
   147  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   148  	in.Spec.DeepCopyInto(&out.Spec)
   149  }
   150  
   151  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DevPortal.
   152  func (in *DevPortal) DeepCopy() *DevPortal {
   153  	if in == nil {
   154  		return nil
   155  	}
   156  	out := new(DevPortal)
   157  	in.DeepCopyInto(out)
   158  	return out
   159  }
   160  
   161  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   162  func (in *DevPortal) DeepCopyObject() runtime.Object {
   163  	if c := in.DeepCopy(); c != nil {
   164  		return c
   165  	}
   166  	return nil
   167  }
   168  
   169  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   170  func (in *DevPortalList) DeepCopyInto(out *DevPortalList) {
   171  	*out = *in
   172  	out.TypeMeta = in.TypeMeta
   173  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   174  	if in.Items != nil {
   175  		in, out := &in.Items, &out.Items
   176  		*out = make([]DevPortal, len(*in))
   177  		for i := range *in {
   178  			(*in)[i].DeepCopyInto(&(*out)[i])
   179  		}
   180  	}
   181  }
   182  
   183  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DevPortalList.
   184  func (in *DevPortalList) DeepCopy() *DevPortalList {
   185  	if in == nil {
   186  		return nil
   187  	}
   188  	out := new(DevPortalList)
   189  	in.DeepCopyInto(out)
   190  	return out
   191  }
   192  
   193  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   194  func (in *DevPortalList) DeepCopyObject() runtime.Object {
   195  	if c := in.DeepCopy(); c != nil {
   196  		return c
   197  	}
   198  	return nil
   199  }
   200  
   201  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   202  func (in *KubernetesEndpointResolver) DeepCopyInto(out *KubernetesEndpointResolver) {
   203  	*out = *in
   204  	out.TypeMeta = in.TypeMeta
   205  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   206  	in.Spec.DeepCopyInto(&out.Spec)
   207  }
   208  
   209  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesEndpointResolver.
   210  func (in *KubernetesEndpointResolver) DeepCopy() *KubernetesEndpointResolver {
   211  	if in == nil {
   212  		return nil
   213  	}
   214  	out := new(KubernetesEndpointResolver)
   215  	in.DeepCopyInto(out)
   216  	return out
   217  }
   218  
   219  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   220  func (in *KubernetesEndpointResolver) DeepCopyObject() runtime.Object {
   221  	if c := in.DeepCopy(); c != nil {
   222  		return c
   223  	}
   224  	return nil
   225  }
   226  
   227  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   228  func (in *KubernetesEndpointResolverList) DeepCopyInto(out *KubernetesEndpointResolverList) {
   229  	*out = *in
   230  	out.TypeMeta = in.TypeMeta
   231  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   232  	if in.Items != nil {
   233  		in, out := &in.Items, &out.Items
   234  		*out = make([]KubernetesEndpointResolver, len(*in))
   235  		for i := range *in {
   236  			(*in)[i].DeepCopyInto(&(*out)[i])
   237  		}
   238  	}
   239  }
   240  
   241  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesEndpointResolverList.
   242  func (in *KubernetesEndpointResolverList) DeepCopy() *KubernetesEndpointResolverList {
   243  	if in == nil {
   244  		return nil
   245  	}
   246  	out := new(KubernetesEndpointResolverList)
   247  	in.DeepCopyInto(out)
   248  	return out
   249  }
   250  
   251  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   252  func (in *KubernetesEndpointResolverList) DeepCopyObject() runtime.Object {
   253  	if c := in.DeepCopy(); c != nil {
   254  		return c
   255  	}
   256  	return nil
   257  }
   258  
   259  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   260  func (in *KubernetesServiceResolver) DeepCopyInto(out *KubernetesServiceResolver) {
   261  	*out = *in
   262  	out.TypeMeta = in.TypeMeta
   263  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   264  	in.Spec.DeepCopyInto(&out.Spec)
   265  }
   266  
   267  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesServiceResolver.
   268  func (in *KubernetesServiceResolver) DeepCopy() *KubernetesServiceResolver {
   269  	if in == nil {
   270  		return nil
   271  	}
   272  	out := new(KubernetesServiceResolver)
   273  	in.DeepCopyInto(out)
   274  	return out
   275  }
   276  
   277  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   278  func (in *KubernetesServiceResolver) DeepCopyObject() runtime.Object {
   279  	if c := in.DeepCopy(); c != nil {
   280  		return c
   281  	}
   282  	return nil
   283  }
   284  
   285  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   286  func (in *KubernetesServiceResolverList) DeepCopyInto(out *KubernetesServiceResolverList) {
   287  	*out = *in
   288  	out.TypeMeta = in.TypeMeta
   289  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   290  	if in.Items != nil {
   291  		in, out := &in.Items, &out.Items
   292  		*out = make([]KubernetesServiceResolver, len(*in))
   293  		for i := range *in {
   294  			(*in)[i].DeepCopyInto(&(*out)[i])
   295  		}
   296  	}
   297  }
   298  
   299  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KubernetesServiceResolverList.
   300  func (in *KubernetesServiceResolverList) DeepCopy() *KubernetesServiceResolverList {
   301  	if in == nil {
   302  		return nil
   303  	}
   304  	out := new(KubernetesServiceResolverList)
   305  	in.DeepCopyInto(out)
   306  	return out
   307  }
   308  
   309  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   310  func (in *KubernetesServiceResolverList) DeepCopyObject() runtime.Object {
   311  	if c := in.DeepCopy(); c != nil {
   312  		return c
   313  	}
   314  	return nil
   315  }
   316  
   317  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   318  func (in *LogService) DeepCopyInto(out *LogService) {
   319  	*out = *in
   320  	out.TypeMeta = in.TypeMeta
   321  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   322  	in.Spec.DeepCopyInto(&out.Spec)
   323  }
   324  
   325  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogService.
   326  func (in *LogService) DeepCopy() *LogService {
   327  	if in == nil {
   328  		return nil
   329  	}
   330  	out := new(LogService)
   331  	in.DeepCopyInto(out)
   332  	return out
   333  }
   334  
   335  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   336  func (in *LogService) DeepCopyObject() runtime.Object {
   337  	if c := in.DeepCopy(); c != nil {
   338  		return c
   339  	}
   340  	return nil
   341  }
   342  
   343  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   344  func (in *LogServiceList) DeepCopyInto(out *LogServiceList) {
   345  	*out = *in
   346  	out.TypeMeta = in.TypeMeta
   347  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   348  	if in.Items != nil {
   349  		in, out := &in.Items, &out.Items
   350  		*out = make([]LogService, len(*in))
   351  		for i := range *in {
   352  			(*in)[i].DeepCopyInto(&(*out)[i])
   353  		}
   354  	}
   355  }
   356  
   357  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LogServiceList.
   358  func (in *LogServiceList) DeepCopy() *LogServiceList {
   359  	if in == nil {
   360  		return nil
   361  	}
   362  	out := new(LogServiceList)
   363  	in.DeepCopyInto(out)
   364  	return out
   365  }
   366  
   367  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   368  func (in *LogServiceList) DeepCopyObject() runtime.Object {
   369  	if c := in.DeepCopy(); c != nil {
   370  		return c
   371  	}
   372  	return nil
   373  }
   374  
   375  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   376  func (in *Mapping) DeepCopyInto(out *Mapping) {
   377  	*out = *in
   378  	out.TypeMeta = in.TypeMeta
   379  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   380  	in.Spec.DeepCopyInto(&out.Spec)
   381  	if in.Status != nil {
   382  		in, out := &in.Status, &out.Status
   383  		*out = new(v2.MappingStatus)
   384  		**out = **in
   385  	}
   386  }
   387  
   388  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Mapping.
   389  func (in *Mapping) DeepCopy() *Mapping {
   390  	if in == nil {
   391  		return nil
   392  	}
   393  	out := new(Mapping)
   394  	in.DeepCopyInto(out)
   395  	return out
   396  }
   397  
   398  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   399  func (in *Mapping) DeepCopyObject() runtime.Object {
   400  	if c := in.DeepCopy(); c != nil {
   401  		return c
   402  	}
   403  	return nil
   404  }
   405  
   406  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   407  func (in *MappingList) DeepCopyInto(out *MappingList) {
   408  	*out = *in
   409  	out.TypeMeta = in.TypeMeta
   410  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   411  	if in.Items != nil {
   412  		in, out := &in.Items, &out.Items
   413  		*out = make([]Mapping, len(*in))
   414  		for i := range *in {
   415  			(*in)[i].DeepCopyInto(&(*out)[i])
   416  		}
   417  	}
   418  }
   419  
   420  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MappingList.
   421  func (in *MappingList) DeepCopy() *MappingList {
   422  	if in == nil {
   423  		return nil
   424  	}
   425  	out := new(MappingList)
   426  	in.DeepCopyInto(out)
   427  	return out
   428  }
   429  
   430  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   431  func (in *MappingList) DeepCopyObject() runtime.Object {
   432  	if c := in.DeepCopy(); c != nil {
   433  		return c
   434  	}
   435  	return nil
   436  }
   437  
   438  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   439  func (in *Module) DeepCopyInto(out *Module) {
   440  	*out = *in
   441  	out.TypeMeta = in.TypeMeta
   442  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   443  	in.Spec.DeepCopyInto(&out.Spec)
   444  }
   445  
   446  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Module.
   447  func (in *Module) DeepCopy() *Module {
   448  	if in == nil {
   449  		return nil
   450  	}
   451  	out := new(Module)
   452  	in.DeepCopyInto(out)
   453  	return out
   454  }
   455  
   456  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   457  func (in *Module) DeepCopyObject() runtime.Object {
   458  	if c := in.DeepCopy(); c != nil {
   459  		return c
   460  	}
   461  	return nil
   462  }
   463  
   464  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   465  func (in *ModuleList) DeepCopyInto(out *ModuleList) {
   466  	*out = *in
   467  	out.TypeMeta = in.TypeMeta
   468  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   469  	if in.Items != nil {
   470  		in, out := &in.Items, &out.Items
   471  		*out = make([]Module, len(*in))
   472  		for i := range *in {
   473  			(*in)[i].DeepCopyInto(&(*out)[i])
   474  		}
   475  	}
   476  }
   477  
   478  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ModuleList.
   479  func (in *ModuleList) DeepCopy() *ModuleList {
   480  	if in == nil {
   481  		return nil
   482  	}
   483  	out := new(ModuleList)
   484  	in.DeepCopyInto(out)
   485  	return out
   486  }
   487  
   488  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   489  func (in *ModuleList) DeepCopyObject() runtime.Object {
   490  	if c := in.DeepCopy(); c != nil {
   491  		return c
   492  	}
   493  	return nil
   494  }
   495  
   496  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   497  func (in *RateLimitService) DeepCopyInto(out *RateLimitService) {
   498  	*out = *in
   499  	out.TypeMeta = in.TypeMeta
   500  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   501  	in.Spec.DeepCopyInto(&out.Spec)
   502  }
   503  
   504  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RateLimitService.
   505  func (in *RateLimitService) DeepCopy() *RateLimitService {
   506  	if in == nil {
   507  		return nil
   508  	}
   509  	out := new(RateLimitService)
   510  	in.DeepCopyInto(out)
   511  	return out
   512  }
   513  
   514  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   515  func (in *RateLimitService) DeepCopyObject() runtime.Object {
   516  	if c := in.DeepCopy(); c != nil {
   517  		return c
   518  	}
   519  	return nil
   520  }
   521  
   522  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   523  func (in *RateLimitServiceList) DeepCopyInto(out *RateLimitServiceList) {
   524  	*out = *in
   525  	out.TypeMeta = in.TypeMeta
   526  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   527  	if in.Items != nil {
   528  		in, out := &in.Items, &out.Items
   529  		*out = make([]RateLimitService, len(*in))
   530  		for i := range *in {
   531  			(*in)[i].DeepCopyInto(&(*out)[i])
   532  		}
   533  	}
   534  }
   535  
   536  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RateLimitServiceList.
   537  func (in *RateLimitServiceList) DeepCopy() *RateLimitServiceList {
   538  	if in == nil {
   539  		return nil
   540  	}
   541  	out := new(RateLimitServiceList)
   542  	in.DeepCopyInto(out)
   543  	return out
   544  }
   545  
   546  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   547  func (in *RateLimitServiceList) DeepCopyObject() runtime.Object {
   548  	if c := in.DeepCopy(); c != nil {
   549  		return c
   550  	}
   551  	return nil
   552  }
   553  
   554  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   555  func (in *TCPMapping) DeepCopyInto(out *TCPMapping) {
   556  	*out = *in
   557  	out.TypeMeta = in.TypeMeta
   558  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   559  	in.Spec.DeepCopyInto(&out.Spec)
   560  }
   561  
   562  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TCPMapping.
   563  func (in *TCPMapping) DeepCopy() *TCPMapping {
   564  	if in == nil {
   565  		return nil
   566  	}
   567  	out := new(TCPMapping)
   568  	in.DeepCopyInto(out)
   569  	return out
   570  }
   571  
   572  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   573  func (in *TCPMapping) DeepCopyObject() runtime.Object {
   574  	if c := in.DeepCopy(); c != nil {
   575  		return c
   576  	}
   577  	return nil
   578  }
   579  
   580  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   581  func (in *TCPMappingList) DeepCopyInto(out *TCPMappingList) {
   582  	*out = *in
   583  	out.TypeMeta = in.TypeMeta
   584  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   585  	if in.Items != nil {
   586  		in, out := &in.Items, &out.Items
   587  		*out = make([]TCPMapping, len(*in))
   588  		for i := range *in {
   589  			(*in)[i].DeepCopyInto(&(*out)[i])
   590  		}
   591  	}
   592  }
   593  
   594  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TCPMappingList.
   595  func (in *TCPMappingList) DeepCopy() *TCPMappingList {
   596  	if in == nil {
   597  		return nil
   598  	}
   599  	out := new(TCPMappingList)
   600  	in.DeepCopyInto(out)
   601  	return out
   602  }
   603  
   604  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   605  func (in *TCPMappingList) DeepCopyObject() runtime.Object {
   606  	if c := in.DeepCopy(); c != nil {
   607  		return c
   608  	}
   609  	return nil
   610  }
   611  
   612  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   613  func (in *TLSContext) DeepCopyInto(out *TLSContext) {
   614  	*out = *in
   615  	out.TypeMeta = in.TypeMeta
   616  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   617  	in.Spec.DeepCopyInto(&out.Spec)
   618  }
   619  
   620  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TLSContext.
   621  func (in *TLSContext) DeepCopy() *TLSContext {
   622  	if in == nil {
   623  		return nil
   624  	}
   625  	out := new(TLSContext)
   626  	in.DeepCopyInto(out)
   627  	return out
   628  }
   629  
   630  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   631  func (in *TLSContext) DeepCopyObject() runtime.Object {
   632  	if c := in.DeepCopy(); c != nil {
   633  		return c
   634  	}
   635  	return nil
   636  }
   637  
   638  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   639  func (in *TLSContextList) DeepCopyInto(out *TLSContextList) {
   640  	*out = *in
   641  	out.TypeMeta = in.TypeMeta
   642  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   643  	if in.Items != nil {
   644  		in, out := &in.Items, &out.Items
   645  		*out = make([]TLSContext, len(*in))
   646  		for i := range *in {
   647  			(*in)[i].DeepCopyInto(&(*out)[i])
   648  		}
   649  	}
   650  }
   651  
   652  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TLSContextList.
   653  func (in *TLSContextList) DeepCopy() *TLSContextList {
   654  	if in == nil {
   655  		return nil
   656  	}
   657  	out := new(TLSContextList)
   658  	in.DeepCopyInto(out)
   659  	return out
   660  }
   661  
   662  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   663  func (in *TLSContextList) DeepCopyObject() runtime.Object {
   664  	if c := in.DeepCopy(); c != nil {
   665  		return c
   666  	}
   667  	return nil
   668  }
   669  
   670  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   671  func (in *TracingService) DeepCopyInto(out *TracingService) {
   672  	*out = *in
   673  	out.TypeMeta = in.TypeMeta
   674  	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
   675  	in.Spec.DeepCopyInto(&out.Spec)
   676  }
   677  
   678  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TracingService.
   679  func (in *TracingService) DeepCopy() *TracingService {
   680  	if in == nil {
   681  		return nil
   682  	}
   683  	out := new(TracingService)
   684  	in.DeepCopyInto(out)
   685  	return out
   686  }
   687  
   688  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   689  func (in *TracingService) DeepCopyObject() runtime.Object {
   690  	if c := in.DeepCopy(); c != nil {
   691  		return c
   692  	}
   693  	return nil
   694  }
   695  
   696  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
   697  func (in *TracingServiceList) DeepCopyInto(out *TracingServiceList) {
   698  	*out = *in
   699  	out.TypeMeta = in.TypeMeta
   700  	in.ListMeta.DeepCopyInto(&out.ListMeta)
   701  	if in.Items != nil {
   702  		in, out := &in.Items, &out.Items
   703  		*out = make([]TracingService, len(*in))
   704  		for i := range *in {
   705  			(*in)[i].DeepCopyInto(&(*out)[i])
   706  		}
   707  	}
   708  }
   709  
   710  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TracingServiceList.
   711  func (in *TracingServiceList) DeepCopy() *TracingServiceList {
   712  	if in == nil {
   713  		return nil
   714  	}
   715  	out := new(TracingServiceList)
   716  	in.DeepCopyInto(out)
   717  	return out
   718  }
   719  
   720  // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
   721  func (in *TracingServiceList) DeepCopyObject() runtime.Object {
   722  	if c := in.DeepCopy(); c != nil {
   723  		return c
   724  	}
   725  	return nil
   726  }
   727  

View as plain text