Documentation ¶
Overview ¶
Package version includes the version information for installer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Raw is the string representation of the version. This will be replaced // with the calculated version at build time. // set in hack/build.sh Raw = "was not built correctly" // Commit is the commit hash from which the installer was built. // Set in hack/build.sh. Commit = "" )
Functions ¶
func DefaultArch ¶
func DefaultArch() types.Architecture
DefaultArch returns the default release architecture
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.