Documentation ¶
Index ¶
- func NewClusterQueueCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
- func NewResumeCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
- func NewWorkloadCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
- type ClusterQueueOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterQueueCmd ¶
func NewClusterQueueCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
func NewResumeCmd ¶
func NewResumeCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
func NewWorkloadCmd ¶
func NewWorkloadCmd(clientGetter util.ClientGetter, streams genericiooptions.IOStreams) *cobra.Command
Types ¶
type ClusterQueueOptions ¶
type ClusterQueueOptions struct { ClusterQueueName string Client kueuev1beta1.KueueV1beta1Interface PrintFlags *genericclioptions.PrintFlags PrintObj printers.ResourcePrinterFunc genericiooptions.IOStreams }
func NewClusterQueueOptions ¶
func NewClusterQueueOptions(streams genericiooptions.IOStreams) *ClusterQueueOptions
func (*ClusterQueueOptions) Complete ¶
func (o *ClusterQueueOptions) 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.