Package io.kubernetes.client.proto
Interface V1Networking.IngressStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Networking.IngressStatus
,V1Networking.IngressStatus.Builder
- Enclosing class:
- V1Networking
public static interface V1Networking.IngressStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLoadBalancer contains the current status of the load-balancer.LoadBalancer contains the current status of the load-balancer.boolean
LoadBalancer contains the current status of 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
-
hasLoadBalancer
boolean hasLoadBalancer()LoadBalancer contains the current status of the load-balancer. +optional
optional .k8s.io.api.core.v1.LoadBalancerStatus loadBalancer = 1;
-
getLoadBalancer
V1.LoadBalancerStatus getLoadBalancer()LoadBalancer contains the current status of the load-balancer. +optional
optional .k8s.io.api.core.v1.LoadBalancerStatus loadBalancer = 1;
-
getLoadBalancerOrBuilder
V1.LoadBalancerStatusOrBuilder getLoadBalancerOrBuilder()LoadBalancer contains the current status of the load-balancer. +optional
optional .k8s.io.api.core.v1.LoadBalancerStatus loadBalancer = 1;
-