implement kubectl procelain csr commands

This commit is contained in:
Mike Danese
2016-10-18 10:45:16 -07:00
parent 465c6b749c
commit 584689f182
5 changed files with 243 additions and 0 deletions

View File

@@ -251,6 +251,7 @@ func NewKubectlCommand(f cmdutil.Factory, in io.Reader, out, err io.Writer) *cob
{
Message: "Cluster Management Commands:",
Commands: []*cobra.Command{
NewCmdCertificate(f, out),
NewCmdClusterInfo(f, out),
NewCmdTop(f, out, err),
NewCmdCordon(f, out),