Merge pull request #21265 from stevekuznetsov/skuznets/new-sa

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-03-01 01:14:06 -08:00
13 changed files with 613 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ func NewCmdCreate(f *cmdutil.Factory, out io.Writer) *cobra.Command {
cmd.AddCommand(NewCmdCreateNamespace(f, out))
cmd.AddCommand(NewCmdCreateSecret(f, out))
cmd.AddCommand(NewCmdCreateConfigMap(f, out))
cmd.AddCommand(NewCmdCreateServiceAccount(f, out))
return cmd
}