kustomize namespace

This commit is contained in:
Seth Pollack
2018-06-04 22:30:03 -04:00
parent df2407ad3f
commit 6e54814b6d
4 changed files with 134 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ type Kustomization struct {
// file including generated configmaps and secrets.
NamePrefix string `json:"namePrefix,omitempty" yaml:"namePrefix,omitempty"`
// Namespace to add to all objects.
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
// Labels to add to all objects and selectors.
// These labels would also be used to form the selector for apply --prune
// Named differently than “labels” to avoid confusion with metadata for