Drop k8s metatype fields from kustomize.yaml struct

This commit is contained in:
Jeffrey Regan
2018-04-11 17:15:14 -07:00
committed by jregan
parent 444c0cd61c
commit 5c684d789c
22 changed files with 231 additions and 127 deletions

View File

@@ -32,10 +32,7 @@ import (
)
func setupTest(t *testing.T) loader.Loader {
manifestContent := []byte(`apiVersion: manifest.k8s.io/v1alpha1
kind: Manifest
metadata:
name: nginx-app
manifestContent := []byte(`kustomizationName: nginx-app
namePrefix: foo-
objectLabels:
app: nginx