Documentation ¶
Overview ¶
Package buildinfo ... Deprecated: use github.com/vmware-tanzu/tanzu-framework/pkg/v1/buildinfo
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current git version of tkg, set with the go linker's -X flag. // Deprecated: use github.com/vmware-tanzu/tanzu-framework/pkg/v1/buildinfo.Version Version = buildinfo.Version // Commit is the actual commit that is being built, set with the go linker's -X flag. // Deprecated: use github.com/vmware-tanzu/tanzu-framework/pkg/v1/buildinfo.SHA Commit = buildinfo.SHA )
View Source
var IsOfficialBuild = buildinfo.IsOfficialBuild
IsOfficialBuild is the flag that gets set to True if it is an official build being released, it is set with the go linker's -X flag. Deprecated: use github.com/vmware-tanzu/tanzu-framework/pkg/v1/buildinfo.IsOfficialBuild
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.