Class TargetArtifact
The artifacts produced by a target render operation.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class TargetArtifact : IDirectResponseSchema
Properties
ArtifactUri
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.
Declaration
[JsonProperty("artifactUri")]
public virtual string ArtifactUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ManifestPath
Output only. File path of the rendered manifest relative to the URI.
Declaration
[JsonProperty("manifestPath")]
public virtual string ManifestPath { get; set; }
Property Value
Type | Description |
---|---|
string |
PhaseArtifacts
Output only. Map from the phase ID to the phase artifacts for the Target
.
Declaration
[JsonProperty("phaseArtifacts")]
public virtual IDictionary<string, PhaseArtifact> PhaseArtifacts { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, PhaseArtifact> |
SkaffoldConfigPath
Output only. File path of the resolved Skaffold configuration relative to the URI.
Declaration
[JsonProperty("skaffoldConfigPath")]
public virtual string SkaffoldConfigPath { get; set; }
Property Value
Type | Description |
---|---|
string |