httpGet
HTTPGet specifies the http request to perform.
object
Properties
Section titled “Properties”| Property | Type | Required | Default | Description |
|---|---|---|---|---|
host | string / null | No | - | Host name to connect to, defaults to the pod IP. You prob… |
httpHeaders | array / null | No | - | Custom headers to set in the request. HTTP allows repeate… |
path | string / null | No | - | Path to access on the HTTP server. |
port | string / integer | Yes | - | Name or number of the port to access on the container. Nu… |
scheme | string / null | No | - | Scheme to use for connecting to the host. Defaults to HTTP. |
Property Details
Section titled “Property Details”Host name to connect to, defaults to the pod IP. You probably want to set “Host” in httpHeaders instead.
httpHeaders
Section titled “httpHeaders”Custom headers to set in the request. HTTP allows repeated headers.
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.