Package k8s.io.api.networking.v1
Interface Generated.IngressLoadBalancerIngressOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.IngressLoadBalancerIngress,Generated.IngressLoadBalancerIngress.Builder
- Enclosing class:
- Generated
public static interface Generated.IngressLoadBalancerIngressOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHostname()hostname is set for load-balancer ingress points that are DNS based.com.google.protobuf.ByteStringgetHostnameBytes()hostname is set for load-balancer ingress points that are DNS based.StringgetIp()ip is set for load-balancer ingress points that are IP based.com.google.protobuf.ByteStringgetIpBytes()ip is set for load-balancer ingress points that are IP based.Generated.IngressPortStatusgetPorts(int index)ports provides information about the ports exposed by this LoadBalancer.intgetPortsCount()ports provides information about the ports exposed by this LoadBalancer.List<Generated.IngressPortStatus>getPortsList()ports provides information about the ports exposed by this LoadBalancer.Generated.IngressPortStatusOrBuildergetPortsOrBuilder(int index)ports provides information about the ports exposed by this LoadBalancer.List<? extends Generated.IngressPortStatusOrBuilder>getPortsOrBuilderList()ports provides information about the ports exposed by this LoadBalancer.booleanhasHostname()hostname is set for load-balancer ingress points that are DNS based.booleanhasIp()ip is set for load-balancer ingress points that are IP based.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIp
boolean hasIp()
ip is set for load-balancer ingress points that are IP based. +optional
optional string ip = 1;- Returns:
- Whether the ip field is set.
-
getIp
String getIp()
ip is set for load-balancer ingress points that are IP based. +optional
optional string ip = 1;- Returns:
- The ip.
-
getIpBytes
com.google.protobuf.ByteString getIpBytes()
ip is set for load-balancer ingress points that are IP based. +optional
optional string ip = 1;- Returns:
- The bytes for ip.
-
hasHostname
boolean hasHostname()
hostname is set for load-balancer ingress points that are DNS based. +optional
optional string hostname = 2;- Returns:
- Whether the hostname field is set.
-
getHostname
String getHostname()
hostname is set for load-balancer ingress points that are DNS based. +optional
optional string hostname = 2;- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
hostname is set for load-balancer ingress points that are DNS based. +optional
optional string hostname = 2;- Returns:
- The bytes for hostname.
-
getPortsList
List<Generated.IngressPortStatus> getPortsList()
ports provides information about the ports exposed by this LoadBalancer. +listType=atomic +optional
repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
-
getPorts
Generated.IngressPortStatus getPorts(int index)
ports provides information about the ports exposed by this LoadBalancer. +listType=atomic +optional
repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
-
getPortsCount
int getPortsCount()
ports provides information about the ports exposed by this LoadBalancer. +listType=atomic +optional
repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
-
getPortsOrBuilderList
List<? extends Generated.IngressPortStatusOrBuilder> getPortsOrBuilderList()
ports provides information about the ports exposed by this LoadBalancer. +listType=atomic +optional
repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
-
getPortsOrBuilder
Generated.IngressPortStatusOrBuilder getPortsOrBuilder(int index)
ports provides information about the ports exposed by this LoadBalancer. +listType=atomic +optional
repeated .k8s.io.api.networking.v1.IngressPortStatus ports = 4;
-
-