public static interface V1.HTTPGetActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Host name to connect to, defaults to the pod IP.
|
com.google.protobuf.ByteString |
getHostBytes()
Host name to connect to, defaults to the pod IP.
|
V1.HTTPHeader |
getHttpHeaders(int index)
Custom headers to set in the request.
|
int |
getHttpHeadersCount()
Custom headers to set in the request.
|
List<V1.HTTPHeader> |
getHttpHeadersList()
Custom headers to set in the request.
|
V1.HTTPHeaderOrBuilder |
getHttpHeadersOrBuilder(int index)
Custom headers to set in the request.
|
List<? extends V1.HTTPHeaderOrBuilder> |
getHttpHeadersOrBuilderList()
Custom headers to set in the request.
|
String |
getPath()
Path to access on the HTTP server.
|
com.google.protobuf.ByteString |
getPathBytes()
Path to access on the HTTP server.
|
IntStr.IntOrString |
getPort()
Name or number of the port to access on the container.
|
IntStr.IntOrStringOrBuilder |
getPortOrBuilder()
Name or number of the port to access on the container.
|
String |
getScheme()
Scheme to use for connecting to the host.
|
com.google.protobuf.ByteString |
getSchemeBytes()
Scheme to use for connecting to the host.
|
boolean |
hasHost()
Host name to connect to, defaults to the pod IP.
|
boolean |
hasPath()
Path to access on the HTTP server.
|
boolean |
hasPort()
Name or number of the port to access on the container.
|
boolean |
hasScheme()
Scheme to use for connecting to the host.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPath()
Path to access on the HTTP server. +optional
optional string path = 1;String getPath()
Path to access on the HTTP server. +optional
optional string path = 1;com.google.protobuf.ByteString getPathBytes()
Path to access on the HTTP server. +optional
optional string path = 1;boolean hasPort()
Name or number 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 = 2;IntStr.IntOrString getPort()
Name or number 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 = 2;IntStr.IntOrStringOrBuilder getPortOrBuilder()
Name or number 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 = 2;boolean hasHost()
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. +optional
optional string host = 3;String getHost()
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. +optional
optional string host = 3;com.google.protobuf.ByteString getHostBytes()
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. +optional
optional string host = 3;boolean hasScheme()
Scheme to use for connecting to the host. Defaults to HTTP. +optional
optional string scheme = 4;String getScheme()
Scheme to use for connecting to the host. Defaults to HTTP. +optional
optional string scheme = 4;com.google.protobuf.ByteString getSchemeBytes()
Scheme to use for connecting to the host. Defaults to HTTP. +optional
optional string scheme = 4;List<V1.HTTPHeader> getHttpHeadersList()
Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;V1.HTTPHeader getHttpHeaders(int index)
Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;int getHttpHeadersCount()
Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;List<? extends V1.HTTPHeaderOrBuilder> getHttpHeadersOrBuilderList()
Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;V1.HTTPHeaderOrBuilder getHttpHeadersOrBuilder(int index)
Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;Copyright © 2019. All rights reserved.