Class BuildArtifact (2.0.0)

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

Description of an a image to use during Skaffold rendering.

Inheritance

Object > BuildArtifact

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

BuildArtifact()

public BuildArtifact()

BuildArtifact(BuildArtifact)

public BuildArtifact(BuildArtifact other)
Parameter
NameDescription
otherBuildArtifact

Properties

Image

public string Image { get; set; }

Image name in Skaffold configuration.

Property Value
TypeDescription
String

Tag

public string Tag { get; set; }

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 &quot;gcr.io/my-project/busybox@sha256:abc123&quot;.

Property Value
TypeDescription
String