Package k8s.io.api.core.v1
Interface Generated.LoadBalancerStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.LoadBalancerStatus,Generated.LoadBalancerStatus.Builder
- Enclosing class:
- Generated
public static interface Generated.LoadBalancerStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.LoadBalancerIngressgetIngress(int index)Ingress is a list containing ingress points for the load-balancer.intgetIngressCount()Ingress is a list containing ingress points for the load-balancer.List<Generated.LoadBalancerIngress>getIngressList()Ingress is a list containing ingress points for the load-balancer.Generated.LoadBalancerIngressOrBuildergetIngressOrBuilder(int index)Ingress is a list containing ingress points for the load-balancer.List<? extends Generated.LoadBalancerIngressOrBuilder>getIngressOrBuilderList()Ingress is a list containing ingress points for the load-balancer.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-