google_api_cloud_run v0.1.0 GoogleApi.CloudRun.V1alpha1.Model.Handler View Source
Handler defines a specific action that should be taken
Attributes
- exec (GoogleApi.CloudRun.V1alpha1.Model.ExecAction.t): One and only one of the following should be specified.
Exec specifies the action to take.
+optional Defaults to
nil
. - httpGet (GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction.t): HTTPGet specifies the http request to perform.
+optional Defaults to
nil
. - tcpSocket (GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction.t): TCPSocket specifies an action involving a TCP port.
TCP hooks not yet supported 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.Handler{
exec: GoogleApi.CloudRun.V1alpha1.Model.ExecAction.t(),
httpGet: GoogleApi.CloudRun.V1alpha1.Model.HTTPGetAction.t(),
tcpSocket: GoogleApi.CloudRun.V1alpha1.Model.TCPSocketAction.t()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.