deprecate enable-managedby-label flag in favor of a field

This commit is contained in:
natasha41575
2022-01-10 15:01:30 -08:00
parent 13e26004fd
commit 2554d690c8
5 changed files with 57 additions and 25 deletions

View File

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