Documentation ¶
Overview ¶
Package buildinfo holds build-time information like the sonobuoy 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 GitSHA string
GitSHA is the actual commit that is being built, set by the go linker's -X flag at build time.
View Source
var MaximumKubeVersion = "1.16.99"
MaximumKubeVersion is the highest API version of Kubernetes this release of Sonobuoy supports.
View Source
var MinimumKubeVersion = "1.14.0"
MinimumKubeVersion is the lowest API version of Kubernetes this release of Sonobuoy supports.
View Source
var Version = "v0.16.3"
Version is the current version of Sonobuoy, set by the go linker's -X flag at build time
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.