public static interface V1.TCPSocketActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Optional: Host name to connect to, defaults to the pod IP.
|
com.google.protobuf.ByteString |
getHostBytes()
Optional: Host name to connect to, defaults to the pod IP.
|
IntStr.IntOrString |
getPort()
Number or name of the port to access on the container.
|
IntStr.IntOrStringOrBuilder |
getPortOrBuilder()
Number or name of the port to access on the container.
|
boolean |
hasHost()
Optional: Host name to connect to, defaults to the pod IP.
|
boolean |
hasPort()
Number or name of the port to access on the container.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPort()
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString port = 1;IntStr.IntOrString getPort()
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString port = 1;IntStr.IntOrStringOrBuilder getPortOrBuilder()
Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
optional .k8s.io.apimachinery.pkg.util.intstr.IntOrString port = 1;boolean hasHost()
Optional: Host name to connect to, defaults to the pod IP. +optional
optional string host = 2;String getHost()
Optional: Host name to connect to, defaults to the pod IP. +optional
optional string host = 2;com.google.protobuf.ByteString getHostBytes()
Optional: Host name to connect to, defaults to the pod IP. +optional
optional string host = 2;Copyright © 2023. All rights reserved.