Documentation ¶
Index ¶
Constants ¶
View Source
const ( Docker = "docker" Kaniko = "kaniko" Bazel = "bazel" Jib = "jib" Custom = "custom" Buildpack = "buildpack" )
Variables ¶
This section is empty.
Functions ¶
func ArtifactType ¶ added in v1.7.1
ArtifactType returns a string representing the type found in an artifact. Used for error messages. (this would normally be implemented as a String() method on the type, but types are versioned)
func EvaluateEnv ¶ added in v1.1.0
EvaluateEnv evaluates templated environment variables.
func FormatArtifact ¶ added in v1.7.1
FormatArtifact returns a string representation of an artifact for usage in error messages
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.