google_api_cloud_run v0.1.0 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
nil
. - httpHeaders (list(GoogleApi.CloudRun.V1alpha1.Model.HTTPHeader.t)): Custom headers to set in the request. HTTP allows repeated headers.
+optional Defaults to
nil
. - path (String.t): Path to access on the HTTP server.
+optional Defaults to
nil
. - port (GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t): 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
nil
. - scheme (String.t): Scheme to use for connecting to the host.
Defaults to HTTP.
+optional Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction{
host: String.t(),
httpHeaders: [GoogleApi.CloudRun.V1alpha1.Model.HTTPHeader.t()],
path: String.t(),
port: GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t(),
scheme: String.t()
}
t() :: %GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction{ host: String.t(), httpHeaders: [GoogleApi.CloudRun.V1alpha1.Model.HTTPHeader.t()], path: String.t(), port: GoogleApi.CloudRun.V1alpha1.Model.IntOrString.t(), scheme: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.