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.
Click to show internal directories.
Click to hide internal directories.