View Source GoogleApi.CloudDeploy.V1.Model.Standard (google_api_cloud_deploy v0.6.0)
Standard represents the standard deployment strategy.
Attributes
-
postdeploy
(type:GoogleApi.CloudDeploy.V1.Model.Postdeploy.t
, default:nil
) - Optional. Configuration for the postdeploy job. If this is not configured, postdeploy job will not be present. -
predeploy
(type:GoogleApi.CloudDeploy.V1.Model.Predeploy.t
, default:nil
) - Optional. Configuration for the predeploy job. If this is not configured, predeploy job will not be present. -
verify
(type:boolean()
, default:nil
) - Whether to verify a deployment.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.Standard{ postdeploy: GoogleApi.CloudDeploy.V1.Model.Postdeploy.t() | nil, predeploy: GoogleApi.CloudDeploy.V1.Model.Predeploy.t() | nil, verify: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.