mirror of
https://github.com/rancher/types.git
synced 2025-09-01 13:18:20 +00:00
Update generated code
This commit is contained in:
committed by
Craig Jellick
parent
5b16067c27
commit
eb49d0d119
@@ -1537,6 +1537,7 @@ func (in *ClusterSpec) DeepCopyInto(out *ClusterSpec) {
|
||||
*out = new(bool)
|
||||
**out = **in
|
||||
}
|
||||
out.LocalClusterAuthEndpoint = in.LocalClusterAuthEndpoint
|
||||
return
|
||||
}
|
||||
|
||||
@@ -3578,6 +3579,22 @@ func (in *LoadBalancerOpenstackOpts) DeepCopy() *LoadBalancerOpenstackOpts {
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LocalClusterAuthEndpoint) DeepCopyInto(out *LocalClusterAuthEndpoint) {
|
||||
*out = *in
|
||||
return
|
||||
}
|
||||
|
||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocalClusterAuthEndpoint.
|
||||
func (in *LocalClusterAuthEndpoint) DeepCopy() *LocalClusterAuthEndpoint {
|
||||
if in == nil {
|
||||
return nil
|
||||
}
|
||||
out := new(LocalClusterAuthEndpoint)
|
||||
in.DeepCopyInto(out)
|
||||
return out
|
||||
}
|
||||
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *LocalConfig) DeepCopyInto(out *LocalConfig) {
|
||||
*out = *in
|
||||
|
Reference in New Issue
Block a user