move origin to be an attribute of KustTarget

This commit is contained in:
natasha41575
2022-01-19 17:16:43 -08:00
parent 2c23b960ff
commit 9577d61167
4 changed files with 66 additions and 54 deletions

View File

@@ -18,9 +18,9 @@ const (
ComponentKind = "Component"
MetadataNamespacePath = "metadata/namespace"
OriginAnnotations = "originAnnotations"
OriginAnnotations = "originAnnotations"
TransformerAnnotations = "transformerAnnotations"
ManagedByLabelOption = "managedByLabel"
ManagedByLabelOption = "managedByLabel"
)
// Kustomization holds the information needed to generate customized k8s api resources.