Options
All
  • Public
  • Public/Protected
  • All
Menu

HTTPGetAction describes an action based on HTTP Get requests.

export
interface

K8sIoApiCoreV1HTTPGetAction

Hierarchy

  • K8sIoApiCoreV1HTTPGetAction

Index

Properties

host?: string

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

memberof

K8sIoApiCoreV1HTTPGetAction

httpHeaders?: K8sIoApiCoreV1HTTPHeader[]

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

memberof

K8sIoApiCoreV1HTTPGetAction

path?: string

Path to access on the HTTP server.

memberof

K8sIoApiCoreV1HTTPGetAction

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

Possible enum values:

  • "HTTP" means that the scheme used will be http://
  • "HTTPS" means that the scheme used will be https://
memberof

K8sIoApiCoreV1HTTPGetAction

Generated using TypeDoc