Documentation ¶
Overview ¶
Package version implements version reporting command to the end user.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ProjectName is a component name, e.g. everest API Server, everestctl. ProjectName string //nolint:gochecknoglobals // Version is a component version e.g. v0.3.0-1-a93bef. Version string //nolint:gochecknoglobals // FullCommit is a git commit hash. FullCommit string //nolint:gochecknoglobals )
Functions ¶
func CatalogImage ¶
func CatalogImage() string
CatalogImage returns a catalog image needed for the build of everestctl.
func FullVersionJSON ¶
FullVersionJSON returns version info as JSON.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.