BuildArtifactResponse

data class BuildArtifactResponse(val image: String, val tag: String)

Description of an a image to use during Skaffold rendering.

Constructors

Link copied to clipboard
constructor(image: String, tag: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Image name in Skaffold configuration.

Link copied to clipboard
val tag: String

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".