pgmconfig

package
v3.3.1 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2019 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Overview

Package pgmconfig holds global constants for the kustomize tool.

Index

Constants

View Source
const (
	// An environment variable to consult for kustomization
	// configuration data.  See:
	// https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
	XdgConfigHome = "XDG_CONFIG_HOME"

	// Use this when XdgConfigHome not defined.
	DefaultConfigSubdir = ".config"

	// Program name, for help, finding the XDG_CONFIG_DIR, etc.
	ProgramName = "kustomize"

	// Domain from which kustomize code is imported, for locating
	// plugin source code under $GOPATH.
	// TODO: move to pgk/plugin/config.go or equivalent
	// as part of v4 release.  Cannot move till then
	// because of pluginator dependence at v3.
	DomainName = "sigs.k8s.io"

	// Name of directory housing all plugins.
	// TODO: move to pgk/plugin/config.go or equivalent
	PluginRoot = "plugin"
)

Variables

This section is empty.

Functions

func DefaultKustomizationFileName added in v3.3.0

func DefaultKustomizationFileName() string

func RecognizedKustomizationFileNames added in v3.3.0

func RecognizedKustomizationFileNames() []string

RecognizedKustomizationFileNames is a list of file names that kustomize recognizes. To avoid ambiguity, a kustomization directory may not contain more than one match to this list.

Types

This section is empty.

Jump to

Keyboard shortcuts

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