Package io.kubernetes.client.proto
Interface V1.HTTPGetActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.HTTPGetAction
,V1.HTTPGetAction.Builder
- Enclosing class:
- V1
public static interface V1.HTTPGetActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()
Host name to connect to, defaults to the pod IP.com.google.protobuf.ByteString
Host name to connect to, defaults to the pod IP.getHttpHeaders
(int index) Custom headers to set in the request.int
Custom headers to set in the request.Custom headers to set in the request.getHttpHeadersOrBuilder
(int index) Custom headers to set in the request.List<? extends V1.HTTPHeaderOrBuilder>
Custom headers to set in the request.getPath()
Path to access on the HTTP server.com.google.protobuf.ByteString
Path to access on the HTTP server.getPort()
Name or number of the port to access on the container.Name or number of the port to access on the container.Scheme to use for connecting to the host.com.google.protobuf.ByteString
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
Scheme to use for connecting to the host.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPath
boolean hasPath()Path to access on the HTTP server. +optional
optional string path = 1;
-
getPath
String getPath()Path to access on the HTTP server. +optional
optional string path = 1;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()Path to access on the HTTP server. +optional
optional string path = 1;
-
hasPort
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;
-
getPort
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;
-
getPortOrBuilder
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;
-
hasHost
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;
-
getHost
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;
-
getHostBytes
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;
-
hasScheme
boolean hasScheme()Scheme to use for connecting to the host. Defaults to HTTP. +optional
optional string scheme = 4;
-
getScheme
String getScheme()Scheme to use for connecting to the host. Defaults to HTTP. +optional
optional string scheme = 4;
-
getSchemeBytes
com.google.protobuf.ByteString getSchemeBytes()Scheme to use for connecting to the host. Defaults to HTTP. +optional
optional string scheme = 4;
-
getHttpHeadersList
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;
-
getHttpHeaders
Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;
-
getHttpHeadersCount
int getHttpHeadersCount()Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;
-
getHttpHeadersOrBuilderList
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;
-
getHttpHeadersOrBuilder
Custom headers to set in the request. HTTP allows repeated headers. +optional
repeated .k8s.io.api.core.v1.HTTPHeader httpHeaders = 5;
-