Skip to content

Commit

Permalink
Add create clusterqueue command
Browse files Browse the repository at this point in the history
  • Loading branch information
IrvingMg committed May 15, 2024
1 parent ea587d9 commit 5cf6b77
Show file tree
Hide file tree
Showing 6 changed files with 947 additions and 4 deletions.
1 change: 1 addition & 0 deletions cmd/kueuectl/app/create/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func NewCreateCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStr
util.AddDryRunFlag(cmd)

cmd.AddCommand(NewLocalQueueCmd(clientGetter, streams))
cmd.AddCommand(NewClusterQueueCmd(clientGetter, streams))

return cmd
}
Loading

0 comments on commit 5cf6b77

Please sign in to comment.