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 Type
    Method
    Description
    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.
    Custom headers to set in the request.
    Custom headers to set in the request.
    Path to access on the HTTP server.
    com.google.protobuf.ByteString
    Path to access on the HTTP server.
    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
    Host name to connect to, defaults to the pod IP.
    boolean
    Path to access on the HTTP server.
    boolean
    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

       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

      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;
    • 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

      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;