metadata

package
v3.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL