pgmconfig

package
v3.0.0-pre1 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Package commands holds the CLI glue mapping textual commands/args to method calls.

Package constants holds global constants for the kustomize tool.

Index

Constants

View Source
const (
	XDG_CONFIG_HOME = "XDG_CONFIG_HOME"

	PluginRoot = "plugin"
)

noinspection GoSnakeCaseUsage

View Source
const (
	// 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.
	DomainName = "sigs.k8s.io"
)

Variables

View Source
var KustomizationFileNames = []string{
	"kustomization.yaml",
	"kustomization.yml",
	"Kustomization",
}

KustomizationFileNames is a list of filenames that kustomize recognizes. To avoid ambiguity, a directory cannot contain more than one match to this list.

Functions

func ConfigRoot

func ConfigRoot() string

Use https://github.com/kirsle/configdir instead?

func HomeDir

func HomeDir() string

Types

This section is empty.

Jump to

Keyboard shortcuts

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