Interface V1.LoadBalancerStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.LoadBalancerStatus, V1.LoadBalancerStatus.Builder
Enclosing class:
V1

public static interface V1.LoadBalancerStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getIngress(int index)
    Ingress is a list containing ingress points for the load-balancer.
    int
    Ingress is a list containing ingress points for the load-balancer.
    Ingress is a list containing ingress points for the load-balancer.
    Ingress is a list containing ingress points for the load-balancer.
    Ingress is a list containing ingress points for the load-balancer.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIngressList

      List<V1.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
       
      repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
    • getIngress

      V1.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
       
      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
       
      repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
    • getIngressOrBuilderList

      List<? extends V1.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
       
      repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;
    • getIngressOrBuilder

      V1.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
       
      repeated .k8s.io.api.core.v1.LoadBalancerIngress ingress = 1;