GoogleApi.CloudDeploy.V1.Model.TargetArtifact (google_api_cloud_deploy v0.14.0)
View SourceThe 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 for the stable phase. -
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 theTarget
. -
skaffoldConfigPath
(type:String.t
, default:nil
) - Output only. File path of the resolved Skaffold configuration for the stable phase, 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 }