Generated code for IP mode field

This commit is contained in:
Aohan Yang
2023-07-17 16:00:57 +08:00
parent e6863757f4
commit 7c6e399b22
14 changed files with 673 additions and 572 deletions

View File

@@ -2230,6 +2230,11 @@ func (in *List) DeepCopyObject() runtime.Object {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *LoadBalancerIngress) DeepCopyInto(out *LoadBalancerIngress) {
*out = *in
if in.IPMode != nil {
in, out := &in.IPMode, &out.IPMode
*out = new(LoadBalancerIPMode)
**out = **in
}
if in.Ports != nil {
in, out := &in.Ports, &out.Ports
*out = make([]PortStatus, len(*in))