Update generated files

This commit is contained in:
Lars Ekman
2020-11-13 07:42:58 +01:00
parent 1f4d852f2f
commit 8fca0f9955
11 changed files with 958 additions and 891 deletions

View File

@@ -5290,6 +5290,11 @@ func (in *ServiceSpec) DeepCopyInto(out *ServiceSpec) {
*out = make([]string, len(*in))
copy(*out, *in)
}
if in.AllocateLoadBalancerNodePorts != nil {
in, out := &in.AllocateLoadBalancerNodePorts, &out.AllocateLoadBalancerNodePorts
*out = new(bool)
**out = **in
}
return
}