Implement WNodeFactory.SliceFromBytes and FromMap

This commit is contained in:
jregan
2020-11-16 11:33:04 -08:00
parent e1c3caeba6
commit 0cac05448b
4 changed files with 272 additions and 7 deletions

View File

@@ -31,6 +31,9 @@ const (
// A program name, for use in help, finding the XDG_CONFIG_DIR, etc.
ProgramName = "kustomize"
// If a resource has this annotation, kustomize will drop it.
IgnoredByKustomizeResourceAnnotation = "config.kubernetes.io/local-config"
// Label key that indicates the resources are built from Kustomize
ManagedbyLabelKey = "app.kubernetes.io/managed-by"