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

The artifacts produced by a target render operation.

Attributes

  • artifactUri (type: String.t, default: nil) - Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.
  • manifestPath (type: String.t, default: nil) - Output only. File path of the rendered manifest relative to the URI.
  • phaseArtifacts (type: %{optional(String.t) => GoogleApi.CloudDeploy.V1.Model.PhaseArtifact.t}, default: nil) - Output only. Map from the phase ID to the phase artifacts for the Target.
  • skaffoldConfigPath (type: String.t, default: nil) - Output only. File path of the resolved Skaffold configuration relative to the URI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.TargetArtifact{
  artifactUri: String.t() | nil,
  manifestPath: String.t() | nil,
  phaseArtifacts:
    %{optional(String.t()) => GoogleApi.CloudDeploy.V1.Model.PhaseArtifact.t()}
    | nil,
  skaffoldConfigPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.