mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
manifest becomes kustomization
This commit is contained in:
@@ -16,9 +16,10 @@ limitations under the License.
|
||||
|
||||
package constants
|
||||
|
||||
// KustomizeFileName is the Well-Known File Name for a kubernetes app manifest.
|
||||
const KustomizeSuffix = ".yaml"
|
||||
const KustomizeFileName = "kustomize" + KustomizeSuffix
|
||||
const KustomizationSuffix = ".yaml"
|
||||
|
||||
// KustomizationFileName is the Well-Known File Name for a kustomize configuration file
|
||||
const KustomizationFileName = "kustomize" + KustomizationSuffix
|
||||
|
||||
// Configmap behaviors
|
||||
const CreateBehavior = "create"
|
||||
|
||||
Reference in New Issue
Block a user