public static interface V1.LoadBalancerIngressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Hostname is set for load-balancer ingress points that are DNS based
(typically AWS load-balancers)
+optional
|
com.google.protobuf.ByteString |
getHostnameBytes()
Hostname is set for load-balancer ingress points that are DNS based
(typically AWS load-balancers)
+optional
|
String |
getIp()
IP is set for load-balancer ingress points that are IP based
(typically GCE or OpenStack load-balancers)
+optional
|
com.google.protobuf.ByteString |
getIpBytes()
IP is set for load-balancer ingress points that are IP based
(typically GCE or OpenStack load-balancers)
+optional
|
V1.PortStatus |
getPorts(int index)
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
int |
getPortsCount()
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
List<V1.PortStatus> |
getPortsList()
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
V1.PortStatusOrBuilder |
getPortsOrBuilder(int index)
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
List<? extends V1.PortStatusOrBuilder> |
getPortsOrBuilderList()
Ports is a list of records of service ports
If used, every port defined in the service should have an entry in it
+listType=atomic
+optional
|
boolean |
hasHostname()
Hostname is set for load-balancer ingress points that are DNS based
(typically AWS load-balancers)
+optional
|
boolean |
hasIp()
IP is set for load-balancer ingress points that are IP based
(typically GCE or OpenStack load-balancers)
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIp()
IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) +optional
optional string ip = 1;String getIp()
IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) +optional
optional string ip = 1;com.google.protobuf.ByteString getIpBytes()
IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) +optional
optional string ip = 1;boolean hasHostname()
Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) +optional
optional string hostname = 2;String getHostname()
Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) +optional
optional string hostname = 2;com.google.protobuf.ByteString getHostnameBytes()
Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) +optional
optional string hostname = 2;List<V1.PortStatus> getPortsList()
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it +listType=atomic +optional
repeated .k8s.io.api.core.v1.PortStatus ports = 4;V1.PortStatus getPorts(int index)
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it +listType=atomic +optional
repeated .k8s.io.api.core.v1.PortStatus ports = 4;int getPortsCount()
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it +listType=atomic +optional
repeated .k8s.io.api.core.v1.PortStatus ports = 4;List<? extends V1.PortStatusOrBuilder> getPortsOrBuilderList()
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it +listType=atomic +optional
repeated .k8s.io.api.core.v1.PortStatus ports = 4;V1.PortStatusOrBuilder getPortsOrBuilder(int index)
Ports is a list of records of service ports If used, every port defined in the service should have an entry in it +listType=atomic +optional
repeated .k8s.io.api.core.v1.PortStatus ports = 4;Copyright © 2023. All rights reserved.