k8s

package
v0.3.16 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2020 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ClusterCommands = cli.Command{
	Name:  "cluster",
	Usage: "Gcloud k8s cluster commands",
	Subcommands: []*cli.Command{
		&clusterListSubCommand,
		&clusterGetSubCommand,
		&clusterCreateSubCommand,
		&clusterUpgradeSubCommand,
		&clusterResizeSubCommand,
		&clusterDeleteSubCommand,
		&clusterConfigSubCommand,
		&clusterVersionsSubCommand,
		&clusterVolumesSubCommand,
		&clusterInstancesSubCommand,
		{
			Name:  "certificate",
			Usage: "K8s sign  certificates",
			Subcommands: []*cli.Command{
				&clusterCertificateSubCommand,
				&clusterSignCertificateSubCommand,
			},
		},
	},
}
View Source
var ClusterPoolCommands = cli.Command{
	Name:  "pool",
	Usage: "Gcloud K8s pool commands",
	Subcommands: []*cli.Command{
		&poolListSubCommand,
		&poolDeleteSubCommand,
		&poolGetSubCommand,
		&poolCreateSubCommand,
		&poolUpdateSubCommand,
		&poolInstancesSubCommand,
		&poolVolumesSubCommand,
	},
}

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