View Source GoogleApi.Run.V1.Model.HTTPGetAction (quiqup_google_api_run v0.28.0)
Not supported by Cloud Run HTTPGetAction describes an action based on HTTP Get requests.
attributes
Attributes
-
host(type:String.t, default:nil) - (Optional) Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. -
httpHeaders(type:list(GoogleApi.Run.V1.Model.HTTPHeader.t), default:nil) - (Optional) Custom headers to set in the request. HTTP allows repeated headers. -
path(type:String.t, default:nil) - (Optional) Path to access on the HTTP server. -
scheme(type:String.t, default:nil) - (Optional) Scheme to use for connecting to the host. Defaults to HTTP.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
@type t() :: %GoogleApi.Run.V1.Model.HTTPGetAction{ host: String.t() | nil, httpHeaders: [GoogleApi.Run.V1.Model.HTTPHeader.t()] | nil, path: String.t() | nil, scheme: String.t() | nil }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.