vqueues

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

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 *v1alpha2.Queue, writer io.Writer)

PrintQueue prints queue information

func PrintQueues

func PrintQueues(queues *v1alpha2.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