Interface Generated.LoadBalancerStatusOrBuilder

    • Method Detail

      • getIngressList

        List<Generated.LoadBalancerIngress> getIngressList()
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • getIngress

        Generated.LoadBalancerIngress getIngress​(int index)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • getIngressCount

        int getIngressCount()
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • getIngressOrBuilderList

        List<? extends Generated.LoadBalancerIngressOrBuilder> getIngressOrBuilderList()
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
      • getIngressOrBuilder

        Generated.LoadBalancerIngressOrBuilder getIngressOrBuilder​(int index)
         Ingress is a list containing ingress points for the load-balancer.
         Traffic intended for the service should be sent to these ingress points.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;