Merge pull request #30237 from mikedanese/csr-porcelain

Automatic merge from submit-queue

implement kubectl procelain csr commands

cc @gtank

ref #30163
This commit is contained in:
Kubernetes Submit Queue
2016-11-09 16:57:49 -08:00
committed by GitHub
13 changed files with 370 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),