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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.