Show / Hide Table of Contents

Class TargetArtifact

The artifacts produced by a target render operation.

Inheritance
object
TargetArtifact
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 for the stable phase.

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 for the stable phase, relative to the URI.

Declaration
[JsonProperty("skaffoldConfigPath")]
public virtual string SkaffoldConfigPath { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX