Documentation ¶
Overview ¶
Package version defines globals containing version metadata set at build-time
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is a SemVer 2.0 formatted version string Version string // Build is an opaque string identifying the automated build job Build string )
Functions ¶
func InitialBuildLog ¶
func InitialBuildLog(componentName string)
InitialBuildLog uses glog.Info to log version information On an initial creation event all components should announce their creation, version and build information
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.