View Source GoogleApi.CloudDeploy.V1.Model.PipelineCondition (google_api_cloud_deploy v0.6.0)

PipelineCondition contains all conditions relevant to a Delivery Pipeline.

Attributes

  • pipelineReadyCondition (type: GoogleApi.CloudDeploy.V1.Model.PipelineReadyCondition.t, default: nil) - Details around the Pipeline's overall status.
  • targetsPresentCondition (type: GoogleApi.CloudDeploy.V1.Model.TargetsPresentCondition.t, default: nil) - Details around targets enumerated in the pipeline.
  • targetsTypeCondition (type: GoogleApi.CloudDeploy.V1.Model.TargetsTypeCondition.t, default: nil) - Details on the whether the targets enumerated in the pipeline are of the same type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.PipelineCondition{
  pipelineReadyCondition:
    GoogleApi.CloudDeploy.V1.Model.PipelineReadyCondition.t() | nil,
  targetsPresentCondition:
    GoogleApi.CloudDeploy.V1.Model.TargetsPresentCondition.t() | nil,
  targetsTypeCondition:
    GoogleApi.CloudDeploy.V1.Model.TargetsTypeCondition.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.