Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateCmd ¶
func NewCreateCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
func NewLocalQueueCmd ¶
func NewLocalQueueCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
Types ¶
type LocalQueueOptions ¶
type LocalQueueOptions struct { PrintFlags *genericclioptions.PrintFlags DryRunStrategy util.DryRunStrategy Name string Namespace string EnforceNamespace bool ClusterQueue v1beta1.ClusterQueueReference IgnoreUnknownCq bool UserSpecifiedClusterQueue string Client kueuev1beta1.KueueV1beta1Interface PrintObj printers.ResourcePrinterFunc genericiooptions.IOStreams }
func NewLocalQueueOptions ¶
func NewLocalQueueOptions(streams genericiooptions.IOStreams) *LocalQueueOptions
func (*LocalQueueOptions) Complete ¶
func (o *LocalQueueOptions) Complete(clientGetter util.ClientGetter, cmd *cobra.Command, args []string) error
Complete completes all the required options
Click to show internal directories.
Click to hide internal directories.