Google Cloud Deploy v1 API - Class BuildArtifact (2.14.0)

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

Reference documentation and code samples for the Google Cloud Deploy v1 API class BuildArtifact.

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

Property Value
TypeDescription
string