Interface Generated.IngressStatusOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.IngressStatus, Generated.IngressStatus.Builder
    Enclosing class:
    Generated

    public static interface Generated.IngressStatusOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasLoadBalancer

        boolean hasLoadBalancer()
         loadBalancer contains the current status of the load-balancer.
         +optional
         
        optional .k8s.io.api.networking.v1.IngressLoadBalancerStatus loadBalancer = 1;
        Returns:
        Whether the loadBalancer field is set.
      • getLoadBalancer

        Generated.IngressLoadBalancerStatus getLoadBalancer()
         loadBalancer contains the current status of the load-balancer.
         +optional
         
        optional .k8s.io.api.networking.v1.IngressLoadBalancerStatus loadBalancer = 1;
        Returns:
        The loadBalancer.
      • getLoadBalancerOrBuilder

        Generated.IngressLoadBalancerStatusOrBuilder getLoadBalancerOrBuilder()
         loadBalancer contains the current status of the load-balancer.
         +optional
         
        optional .k8s.io.api.networking.v1.IngressLoadBalancerStatus loadBalancer = 1;