public static interface V1.LoadBalancerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.LoadBalancerIngress |
getIngress(int index)
Ingress is a list containing ingress points for the load-balancer.
|
int |
getIngressCount()
Ingress is a list containing ingress points for the load-balancer.
|
List<V1.LoadBalancerIngress> |
getIngressList()
Ingress is a list containing ingress points for the load-balancer.
|
V1.LoadBalancerIngressOrBuilder |
getIngressOrBuilder(int index)
Ingress is a list containing ingress points for the load-balancer.
|
List<? extends V1.LoadBalancerIngressOrBuilder> |
getIngressOrBuilderList()
Ingress is a list containing ingress points for the load-balancer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;Copyright © 2023. All rights reserved.