gates

package
v1.2.38 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GateSTS = "sts"
	GateOCP = "ocp"
)

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "gates",
	Aliases: []string{"gates"},
	Short:   "List available OCP Gates",
	Long:    "List available OCP Gates for a specific OCP release or by cluster upgrade version",
	Example: `  # List all OCP gates for OCP version
  rosa list gates --version 4.9

  # List all STS gates for OCP version
  rosa list gates --gate sts --version 4.9

  # List all OCP gates for OCP version
  rosa list gates --gate ocp --version 4.9

  # List available gates for cluster upgrade version
  rosa list gates -c <cluster_id> --version 4.9.15`,
	Run:  run,
	Args: cobra.NoArgs,
}
View Source
var (
	Gates = []string{GateSTS, GateOCP}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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