Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Litekube = "v0.2.0" GitBranch = "default-main" // branch of git GitVersion = "v2.25.1" GitCommit = "$HEAD" // sha1 from git, output of $(git rev-parse HEAD) GitTreeState = "clean" // state of git tree, either "clean" or "dirty" BuildDate = "2022-04-10 T00:00:00Z" // build date in ISO8601 format, output of $(date -u +'%Y-%m-%dT%H:%M:%SZ') Kubernetes = "v1.24.0" Kine = "v0.9.0" )
Functions ¶
Types ¶
type Info ¶
type Info struct { LiteKube string `json:"litekube"` GitVersion string `json:"gitVersion"` GitBranch string `json:"gitBranch"` GitCommit string `json:"gitCommit"` GitTreeState string `json:"gitTreeState"` BuildDate string `json:"buildDate"` GoVersion string `json:"goVersion"` Compiler string `json:"compiler"` Platform string `json:"platform"` Kubernetes string `json:"kubernetes"` Kine string `json:"kine"` }
Click to show internal directories.
Click to hide internal directories.