clusters

package
v0.0.0-...-2caf503 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package clusters implements the 'list clusters' sub-command.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Command performs the "list clusters" function
	Command = &cobra.Command{
		Use:     "clusters",
		Aliases: []string{"cluster"},
		Short:   "List clusters",
		Long: `Prints a list of all clusters you have access to.

Examples:

  gsctl list clusters

  gsctl list clusters --output json

  gsctl list clusters --show-deleting

  gsctl list clusters --selector environment=testing

  gsctl list clusters --sort org
`,
		PreRun: printValidation,
		Run:    printResult,
	}
)

Functions

This section is empty.

Types

type Arguments

type Arguments struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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