Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = cli.Command{
Name: "cluster",
Usage: "Gcloud k8s cluster commands",
Subcommands: []*cli.Command{
&clusterListSubCommand,
&clusterGetSubCommand,
&clusterCreateSubCommand,
&clusterUpgradeSubCommand,
&clusterResizeSubCommand,
&clusterDeleteSubCommand,
&clusterConfigSubCommand,
&clusterVersionsSubCommand,
&clusterInstancesSubCommand,
{
Name: "certificate",
Usage: "K8s sign certificates",
Subcommands: []*cli.Command{
&clusterGetCertificateSubCommand,
&clusterSignCertificateSubCommand,
},
},
&poolCommands,
},
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.