mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
go generate
This commit is contained in:
committed by
Alena Prokharchyk
parent
99776d388c
commit
19854aa77e
@@ -4421,6 +4421,13 @@ func (in *KubeproxyService) DeepCopy() *KubeproxyService {
|
||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||
func (in *KubernetesServicesOptions) DeepCopyInto(out *KubernetesServicesOptions) {
|
||||
*out = *in
|
||||
if in.Etcd != nil {
|
||||
in, out := &in.Etcd, &out.Etcd
|
||||
*out = make(map[string]string, len(*in))
|
||||
for key, val := range *in {
|
||||
(*out)[key] = val
|
||||
}
|
||||
}
|
||||
if in.KubeAPI != nil {
|
||||
in, out := &in.KubeAPI, &out.KubeAPI
|
||||
*out = make(map[string]string, len(*in))
|
||||
|
Reference in New Issue
Block a user