buildinfo

package
v0.90.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: May 16, 2023 License: Apache-2.0 Imports: 0 Imported by: 8

Documentation

Overview

Package buildinfo holds global variables set at build time to provide information about the plugin build.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Date is the date the plugin binary was built.
	// It should be set using:
	//  go build --ldflags "-X 'github.com/vmware-tanzu/tanzu-plugin-runtime/plugin/buildinfo.Date=...'"
	Date string

	// SHA is the git commit SHA the plugin binary was built with.
	// Is should be set using:
	//  go build --ldflags "-X 'github.com/vmware-tanzu/tanzu-plugin-runtime/plugin/buildinfo.SHA=...'"
	SHA string

	// Version is the version of the plugin built.
	// It should be set using:
	//  go build --ldflags "-X 'github.com/vmware-tanzu/tanzu-plugin-runtime/plugin/buildinfo.Version=...'"
	Version string
)

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