HTTPGetAction describes an action based on HTTP Get requests.

Hierarchy

  • V1HTTPGetAction

Constructors

Properties

host?: string

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

httpHeaders?: V1HTTPHeader[]

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

path?: string

Path to access on the HTTP server.

port: IntOrString

IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.

scheme?: string

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

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc