Add kubectl set env command

This commit is contained in:
zhengjiajin
2017-08-25 12:06:29 +08:00
parent 16fee22953
commit 357db0c39c
11 changed files with 866 additions and 3 deletions

View File

@@ -285,7 +285,8 @@ func NewKubectlCommand(f cmdutil.Factory, in io.Reader, out, err io.Writer) *cob
NewCmdCreate(f, out, err),
NewCmdExposeService(f, out),
NewCmdRun(f, in, out, err),
set.NewCmdSet(f, out, err),
set.NewCmdSet(f, in, out, err),
deprecatedAlias("run-container", NewCmdRun(f, in, out, err)),
},
},
{