Merge pull request #38092 from xilabao/fix-alias-conflict

Automatic merge from submit-queue (batch tested with PRs 35101, 38215, 38092)

fix alias conflict of clusterrolebinding

create_configmap alias is "cm"
pull/6/head
Kubernetes Submit Queue 2016-12-07 07:27:17 -08:00 committed by GitHub
commit ce93c81029
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ var (
func NewCmdCreateClusterRoleBinding(f cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
cmd := &cobra.Command{
Use: "clusterrolebinding NAME --clusterrole=NAME [--user=username] [--group=groupname] [--dry-run]",
Aliases: []string{"cm"},
Short: "Create a ClusterRoleBinding for a particular ClusterRole",
Long: clusterRoleBindingLong,
Example: clusterRoleBindingExample,