Documentation ¶
Overview ¶
Package metadata includes metadata variables for logging and reporting.
Index ¶
Constants ¶
View Source
const ( Organization = "Kong" NotSet = "NOT_SET" )
Variables ¶
View Source
var ( // Release returns the release version, generally a semver like v2.0.0. Release = NotSet // Repo returns the git repository URL like git@github.com:Kong/kubernetes-ingress-controller.git. Repo = NotSet // ProjectURL returns address of project website - git repository like github.com/kong/kubernetes-ingress-controller. ProjectURL = NotSet // Commit returns the SHA from the current branch HEAD. Commit = NotSet ProjectName = projectNameFromRepo(Repo) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.