Define global const for metadata/namespace field

This commit is contained in:
jregan
2020-05-09 18:00:26 -07:00
parent 3c6d3845ec
commit 39cb87cf2b
4 changed files with 39 additions and 39 deletions

View File

@@ -4,8 +4,9 @@
package types
const (
KustomizationVersion = "kustomize.config.k8s.io/v1beta1"
KustomizationKind = "Kustomization"
KustomizationVersion = "kustomize.config.k8s.io/v1beta1"
KustomizationKind = "Kustomization"
MetadataNamespacePath = "metadata/namespace"
)
// Kustomization holds the information needed to generate customized k8s api resources.