public sealed class BuildArtifact : IMessage<BuildArtifact>, IEquatable<BuildArtifact>, IDeepCloneable<BuildArtifact>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class BuildArtifact.
Description of an a image to use during Skaffold rendering.
Implements
IMessageBuildArtifact, IEquatableBuildArtifact, IDeepCloneableBuildArtifact, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
BuildArtifact()
public BuildArtifact()BuildArtifact(BuildArtifact)
public BuildArtifact(BuildArtifact other)| Parameter | |
|---|---|
| Name | Description |
other |
BuildArtifact |
Properties
Image
public string Image { get; set; }Optional. Image name in Skaffold configuration.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Tag
public string Tag { get; set; }Optional. Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".
| Property Value | |
|---|---|
| Type | Description |
string |
|