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

Contains the paths to the artifacts, relative to the URI, for a phase.

Attributes

  • jobManifestsPath (type: String.t, default: nil) - Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
  • manifestPath (type: String.t, default: nil) - Output only. File path of the rendered manifest relative to the URI.
  • 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.PhaseArtifact{
  jobManifestsPath: String.t() | nil,
  manifestPath: String.t() | nil,
  skaffoldConfigPath: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.