Options
All
  • Public
  • Public/Protected
  • All
Menu

HTTPGetAction describes an action based on HTTP Get requests.

schema

io.k8s.api.core.v1.HTTPGetAction

Hierarchy

  • HttpGetAction

Index

Properties

Optional Readonly host

host: string

Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.

schema

io.k8s.api.core.v1.HTTPGetAction#host

Optional Readonly httpHeaders

httpHeaders: HttpHeader[]

Custom headers to set in the request. HTTP allows repeated headers.

schema

io.k8s.api.core.v1.HTTPGetAction#httpHeaders

Optional Readonly path

path: string

Path to access on the HTTP server.

schema

io.k8s.api.core.v1.HTTPGetAction#path

Readonly port

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.

schema

io.k8s.api.core.v1.HTTPGetAction#port

Optional Readonly scheme

scheme: string

Scheme to use for connecting to the host. Defaults to HTTP.

default

HTTP.

schema

io.k8s.api.core.v1.HTTPGetAction#scheme

Generated using TypeDoc