cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (

	//StatusCreating represents a room status
	StatusCreating = "creating"

	//StatusReady represents a room status
	StatusReady = "ready"

	//StatusOccupied represents a room status
	StatusOccupied = "occupied"

	//StatusReadyOrOccupied represents an aggregate of room status
	StatusReadyOrOccupied = "ready_or_occupied"

	//StatusTerminating represents a room status
	StatusTerminating = "terminating"

	//StatusTerminated represents a room status
	StatusTerminated = "terminated"
)

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "maestro-cli",
	Short: "maestro-cli calls maestro api routes",
	Long:  `Use maestro-cli to control game rooms schedulers on Kubernetes.`,
}

RootCmd is the root command for maestro CLI application

View Source
var Verbose int

Verbose determines how verbose maestro will run under

Functions

func Execute

func Execute(cmd *cobra.Command)

Execute runs RootCmd to initialize maestro CLI application

Types

This section is empty.

Jump to

Keyboard shortcuts

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