public sealed class TargetArtifact : IMessage<TargetArtifact>, IEquatable<TargetArtifact>, IDeepCloneable<TargetArtifact>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class TargetArtifact.
The artifacts produced by a target render operation.
Implements
IMessage<TargetArtifact>, IEquatable<TargetArtifact>, IDeepCloneable<TargetArtifact>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
TargetArtifact()
public TargetArtifact()TargetArtifact(TargetArtifact)
public TargetArtifact(TargetArtifact other)| Parameter | |
|---|---|
| Name | Description |
other |
TargetArtifact |
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 | |
|---|---|
| Type | Description |
String |
|
ManifestPath
public string ManifestPath { get; set; }Output only. File path of the rendered manifest relative to the URI.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SkaffoldConfigPath
public string SkaffoldConfigPath { get; set; }Output only. File path of the resolved Skaffold configuration relative to the URI.
| Property Value | |
|---|---|
| Type | Description |
String |
|
UriCase
public TargetArtifact.UriOneofCase UriCase { get; }| Property Value | |
|---|---|
| Type | Description |
TargetArtifact.UriOneofCase |
|