mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
deprecate enable-managedby-label flag in favor of a field
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user