Class TargetArtifact (1.0.0)

public sealed class TargetArtifact : IMessage<TargetArtifact>, IEquatable<TargetArtifact>, IDeepCloneable<TargetArtifact>, IBufferMessage, IMessage

The artifacts produced by a target render operation.

Inheritance

Object > TargetArtifact

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

TargetArtifact()

public TargetArtifact()

TargetArtifact(TargetArtifact)

public TargetArtifact(TargetArtifact other)
Parameter
NameDescription
otherTargetArtifact

Properties

ArtifactUri

public string ArtifactUri { get; set; }

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.

Property Value
TypeDescription
String

ManifestPath

public string ManifestPath { get; set; }

Output only. File path of the rendered manifest relative to the URI.

Property Value
TypeDescription
String

SkaffoldConfigPath

public string SkaffoldConfigPath { get; set; }

Output only. File path of the resolved Skaffold configuration relative to the URI.

Property Value
TypeDescription
String

UriCase

public TargetArtifact.UriOneofCase UriCase { get; }
Property Value
TypeDescription
TargetArtifact.UriOneofCase