Documentation ¶
Overview ¶
Package constants holds global constants for the kustomize tool.
Index ¶
Constants ¶
View Source
const KustomizationFileName = "kustomization" + KustomizationFileSuffix
KustomizationFileName is the Well-Known File Name for a kustomize configuration file.
View Source
const KustomizationFileSuffix = ".yaml"
KustomizationFileSuffix is expected suffix for KustomizationFileName.
View Source
const SecondaryKustomizationFileName = "kustomization" + SecondaryKustomizationFileSuffix
SecondaryKustomizationFileName is the secondary File Name for a kustomize configuration file when KustomizationFileName is not found
View Source
const SecondaryKustomizationFileSuffix = ".yml"
SecondaryKustomizationFileSuffix is the second expected suffix when KustomizationFileSuffix is not found
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.