collect origin data only when the option is set

This commit is contained in:
natasha41575
2021-12-07 12:34:15 -08:00
parent bc3b249489
commit a8f58b4080
4 changed files with 39 additions and 27 deletions

View File

@@ -17,6 +17,7 @@ const (
ComponentVersion = "kustomize.config.k8s.io/v1alpha1"
ComponentKind = "Component"
MetadataNamespacePath = "metadata/namespace"
OriginAnnotations = "originAnnotations"
)
// Kustomization holds the information needed to generate customized k8s api resources.