add kubectl cp

This commit is contained in:
Brendan Burns
2016-10-15 22:59:32 -07:00
parent 52cf3eae05
commit d65757fb88
8 changed files with 532 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ func NewKubectlCommand(f cmdutil.Factory, in io.Reader, out, err io.Writer) *cob
NewCmdExec(f, in, out, err),
NewCmdPortForward(f, out, err),
NewCmdProxy(f, out),
NewCmdCp(f, in, out, err),
},
},
{