Reuse tansformer codes

This commit is contained in:
Donny Xia
2020-06-18 12:18:37 -07:00
parent 160485ef19
commit 7e2d3ff5ab
6 changed files with 11 additions and 59 deletions

View File

@@ -36,4 +36,7 @@ const (
// An environment variable to turn on/off adding the ManagedByLabelKey
EnableManagedbyLabelEnv = "KUSTOMIZE_ENABLE_MANAGEDBY_LABEL"
// Label key that indicates the resources are validated by a validator
ValidatedByLabelKey = "validated-by"
)