Add subcommand: edit fix

This commit is contained in:
Jingfang Liu
2018-12-13 11:38:29 -08:00
parent aeda4172e4
commit 986c85e728
5 changed files with 128 additions and 3 deletions

View File

@@ -40,7 +40,9 @@ func MakeFakeFS() *fakeFs {
}
// kustomizationContent is used in tests.
const kustomizationContent = `namePrefix: some-prefix
const kustomizationContent = `apiVersion: v1
kind: Kustomization
namePrefix: some-prefix
nameSuffix: some-suffix
# Labels to add to all objects and selectors.
# These labels would also be used to form the selector for apply --prune