GoogleApi.CloudDeploy.V1.Model.Stage (google_api_cloud_deploy v0.2.0) View Source

Stage specifies a location to which to deploy.

Attributes

  • profiles (type: list(String.t), default: nil) - Skaffold profiles to use when rendering the manifest for this stage's Target.
  • targetId (type: String.t, default: nil) - The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be my-target (rather than projects/project/deliveryPipelines/pipeline/targets/my-target). The parent DeliveryPipeline of the Target is inferred to be the parent DeliveryPipeline of the Release in which this Stage lives.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudDeploy.V1.Model.Stage{
  profiles: [String.t()] | nil,
  targetId: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.