View Source GoogleApi.CloudDeploy.V1.Model.ReleaseCondition (google_api_cloud_deploy v0.6.0)
ReleaseCondition contains all conditions relevant to a Release.
Attributes
-
releaseReadyCondition
(type:GoogleApi.CloudDeploy.V1.Model.ReleaseReadyCondition.t
, default:nil
) - Details around the Releases's overall status. -
skaffoldSupportedCondition
(type:GoogleApi.CloudDeploy.V1.Model.SkaffoldSupportedCondition.t
, default:nil
) - Details around the support state of the release's Skaffold version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudDeploy.V1.Model.ReleaseCondition{ releaseReadyCondition: GoogleApi.CloudDeploy.V1.Model.ReleaseReadyCondition.t() | nil, skaffoldSupportedCondition: GoogleApi.CloudDeploy.V1.Model.SkaffoldSupportedCondition.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.