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

CustomCanaryDeployment represents the custom canary deployment configuration.

Attributes

  • phaseConfigs (type: list(GoogleApi.CloudDeploy.V1.Model.PhaseConfig.t), default: nil) - Required. Configuration for each phase in the canary deployment in the order executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.CustomCanaryDeployment{
  phaseConfigs: [GoogleApi.CloudDeploy.V1.Model.PhaseConfig.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.