Add flag to support store manifest when kompose up (#1208)

This commit is contained in:
Hang Yan
2019-12-26 19:30:03 +08:00
committed by GitHub
parent bc28ffc675
commit e0c8f6d23d
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ type ConvertOptions struct {
CreateChart bool
GenerateYaml bool
GenerateJSON bool
StoreManifest bool
EmptyVols bool
Volumes string
InsecureRepository bool