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

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.
  • skaffoldConfigPath (type: String.t, default: nil) - Output only. File path of the resolved Skaffold configuration relative to the URI.

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.TargetArtifact{
  artifactUri: String.t() | nil,
  manifestPath: String.t() | nil,
  skaffoldConfigPath: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.