Documentation ¶
Overview ¶
Package buildinfo holds build-time information like the ark version. This is a separate package so that other packages can import it without worrying about introducing circular dependencies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current version of Ark, set by the go linker's -X flag at build time. Version string // DockerImage is the full path to the docker image for this build, for example // gcr.io/heptio-images/ark. DockerImage string // GitSHA is the actual commit that is being built, set by the go linker's -X flag at build time. GitSHA string // GitTreeState indicates if the git tree is clean or dirty, set by the go linker's -X flag at build // time. GitTreeState string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.