mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
replace improper create quota alias
This commit is contained in:
parent
16454277aa
commit
0beca8e6be
@ -41,7 +41,7 @@ Create a resourcequota with the specified name, hard limits and optional scopes`
|
|||||||
func NewCmdCreateQuota(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
|
func NewCmdCreateQuota(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=bool]",
|
Use: "quota NAME [--hard=key1=value1,key2=value2] [--scopes=Scope1,Scope2] [--dry-run=bool]",
|
||||||
Aliases: []string{"q"},
|
Aliases: []string{"resourcequota"},
|
||||||
Short: "Create a quota with the specified name.",
|
Short: "Create a quota with the specified name.",
|
||||||
Long: quotaLong,
|
Long: quotaLong,
|
||||||
Example: quotaExample,
|
Example: quotaExample,
|
||||||
|
Loading…
Reference in New Issue
Block a user