github.com/cilium/cilium@v1.16.2/api/v1/kvstoremesh/models/zz_generated.deepcopy.go (about)

     1  //go:build !ignore_autogenerated
     2  // +build !ignore_autogenerated
     3  
     4  // SPDX-License-Identifier: Apache-2.0
     5  // Copyright Authors of Cilium
     6  
     7  // Code generated by deepcopy-gen. DO NOT EDIT.
     8  
     9  package models
    10  
    11  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    12  func (in *RemoteClusterConfig) DeepCopyInto(out *RemoteClusterConfig) {
    13  	*out = *in
    14  	return
    15  }
    16  
    17  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RemoteClusterConfig.
    18  func (in *RemoteClusterConfig) DeepCopy() *RemoteClusterConfig {
    19  	if in == nil {
    20  		return nil
    21  	}
    22  	out := new(RemoteClusterConfig)
    23  	in.DeepCopyInto(out)
    24  	return out
    25  }
    26  
    27  // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
    28  func (in *RemoteClusterSynced) DeepCopyInto(out *RemoteClusterSynced) {
    29  	*out = *in
    30  	return
    31  }
    32  
    33  // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RemoteClusterSynced.
    34  func (in *RemoteClusterSynced) DeepCopy() *RemoteClusterSynced {
    35  	if in == nil {
    36  		return nil
    37  	}
    38  	out := new(RemoteClusterSynced)
    39  	in.DeepCopyInto(out)
    40  	return out
    41  }