Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "allocator", Short: "Manages allocators", PreRunE: cobra.MaximumNArgs(0), Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
Command represents the allocator command
View Source
var CommandPlural = &cobra.Command{ Use: "allocators", Short: allocatorListMessage, Long: allocatorListMessage + allocatorQueryExample + allocatorFilterExample, PreRunE: cobra.MaximumNArgs(0), RunE: listAllocators, }
CommandPlural represents the list action for allocator.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.