google_api_cloud_run v0.0.1 GoogleApi.CloudRun.V1alpha1.Model.HttpGetAction View Source

HTTPGetAction describes an action based on HTTP Get requests.

Attributes

  • host (String.t): Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. +optional Defaults to: null.
  • httpHeaders ([HttpHeader]): Custom headers to set in the request. HTTP allows repeated headers. +optional Defaults to: null.
  • path (String.t): Path to access on the HTTP server. +optional Defaults to: null.
  • port (IntOrString): 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. Defaults to: null.
  • scheme (String.t): Scheme to use for connecting to the host. Defaults to HTTP. +optional Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.HttpGetAction{
  host: any(),
  httpHeaders: [GoogleApi.CloudRun.V1alpha1.Model.HttpHeader.t()],
  path: any(),
  port: GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t(),
  scheme: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.