Package k8s.io.api.networking.v1
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.IngressLoadBalancerStatusgetLoadBalancer()loadBalancer contains the current status of the load-balancer.Generated.IngressLoadBalancerStatusOrBuildergetLoadBalancerOrBuilder()loadBalancer contains the current status of the load-balancer.booleanhasLoadBalancer()loadBalancer contains the current status of 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
-
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;
-
-