vqueues

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2021 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// Weight of the queue
	Weight string = "Weight"

	// Name of queue
	Name string = "Name"

	// Pending status of the queue
	Pending string = "Pending"

	// Running status of the queue
	Running string = "Running"

	// Unknown status of the queue
	Unknown string = "Unknown"

	// Inqueue status of queue
	Inqueue string = "Inqueue"

	// State is state of queue
	State string = "State"
)

Variables

This section is empty.

Functions

func GetQueue

func GetQueue() error

GetQueue gets a queue.

func InitGetFlags

func InitGetFlags(cmd *cobra.Command)

InitGetFlags is used to init all flags.

func ListQueue

func ListQueue() error

ListQueue lists all the queue.

func PrintQueue

func PrintQueue(queue *v1beta1.Queue, writer io.Writer)

PrintQueue prints queue information.

func PrintQueues

func PrintQueues(queues *v1beta1.QueueList, writer io.Writer)

PrintQueues prints queue information.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL