Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var BRANCH string
BRANCH should be populated by at build time: -ldflags "-w -X github.com/amadeusitgroup/kubervisor/pkg/utils.BRANCH=${BRANCH} with for example BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
var BUILDTIME string
BUILDTIME should be populated by at build time: -ldflags "-w -X github.com/amadeusitgroup/kubervisor/pkg/utils.BUILDTIME=${DATE} with for example DATE=$(shell date +%Y-%m-%d/%H:%M:%S ) (pay attention not to use space!)
var COMMIT string
COMMIT should be populated by at build time: -ldflags "-w -X github.com/amadeusitgroup/kubervisor/pkg/utils.COMMIT=${COMMIT} with for example COMMIT=$(shell git rev-parse HEAD)
var TAG string
TAG should be populated by at build time: -ldflags "-w -X github.com/amadeusitgroup/kubervisor/pkg/utils.TAG=${TAG} with for example TAG=$(shell git tag|tail -1)
Functions ¶
Types ¶
This section is empty.