Refactor kubewatch command (#1365)

This commit is contained in:
Ta-Ching Chen
2019-10-31 10:48:27 +08:00
committed by GitHub
parent 698d591788
commit e22cdee5f5
5 changed files with 195 additions and 72 deletions
-1
View File
@@ -56,7 +56,6 @@ func (opts *CreateSubCommand) do(flags cli.Input) error {
return nil
}
// complete creates a environment objects and populates it with default value and CLI inputs.
func (opts *CreateSubCommand) complete(flags cli.Input) error {
pkgNamespace := flags.String("pkgNamespace")
envName := flags.String("env")