GoogleApi.CloudRun.V1alpha1.Model.Handler (google_api_cloud_run v0.42.0) View Source
Handler defines a specific action that should be taken
Attributes
-
exec
(type:GoogleApi.CloudRun.V1alpha1.Model.ExecAction.t
, default:nil
) - One and only one of the following should be specified. Exec specifies the action to take. +optional -
httpGet
(type:GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction.t
, default:nil
) - HTTPGet specifies the http request to perform. +optional -
tcpSocket
(type:GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction.t
, default:nil
) - TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudRun.V1alpha1.Model.Handler{ exec: GoogleApi.CloudRun.V1alpha1.Model.ExecAction.t(), httpGet: GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction.t(), tcpSocket: GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.