Fix comments

This commit is contained in:
zhengjiajin 2017-06-06 18:01:23 +08:00
parent 8df56da448
commit 0d80fb52ba

View File

@ -60,7 +60,7 @@ func NewCmdCreateClusterRoleBinding(f cmdutil.Factory, cmdOut io.Writer) *cobra.
return cmd return cmd
} }
// CreateClusterRoleBinding is the implementation of the create configmap command. // CreateClusterRoleBinding is the implementation of the create clusterrolebinding command.
func CreateClusterRoleBinding(f cmdutil.Factory, cmdOut io.Writer, cmd *cobra.Command, args []string) error { func CreateClusterRoleBinding(f cmdutil.Factory, cmdOut io.Writer, cmd *cobra.Command, args []string) error {
name, err := NameFromCommandArgs(cmd, args) name, err := NameFromCommandArgs(cmd, args)
if err != nil { if err != nil {