api icon indicating copy to clipboard operation
api copied to clipboard

Reuse the IngressLoadBalancerStatus structure

Open fengshunli opened this issue 2 years ago • 17 comments

Why don't v1beta1.IngressLoadBalancerStatus and networking v1.IngressLoadBalancerStatus and corev1.LoadBalancerStatus and v1.LoadBalancerStatus reuse the same structure, so that the upper layer call will be more convenient

Versions before 1.26 returned v1.LoadBalancerStatus, why was version 1.26 removed? image

For example image

fengshunli avatar Jun 10 '23 19:06 fengshunli