View Source GoogleApi.CloudDeploy.V1.Model.RepairPhaseConfig (google_api_cloud_deploy v0.13.0)
Configuration of the repair phase.
Attributes
-
retry(type:GoogleApi.CloudDeploy.V1.Model.Retry.t, default:nil) - Optional. Retries a failed job. -
rollback(type:GoogleApi.CloudDeploy.V1.Model.Rollback.t, default:nil) - Optional. Rolls back aRollout.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.RepairPhaseConfig{ retry: GoogleApi.CloudDeploy.V1.Model.Retry.t() | nil, rollback: GoogleApi.CloudDeploy.V1.Model.Rollback.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.