Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PoolCommands = cli.Command{
Name: "pool",
Usage: "GCloud loadbalancer pools API",
Subcommands: []*cli.Command{
&lbpoolListSubCommand,
&lbpoolGetSubCommand,
&lbpoolUpdateSubCommand,
&lbpoolDeleteSubCommand,
&lbpoolCreateSubCommand,
{
Name: "member",
Usage: "GCloud loadbalancer pool members API",
Subcommands: []*cli.Command{
&lbpoolCreateMemberSubCommand,
&lbpoolDeleteMemberSubCommand,
},
},
{
Name: "healthmonitor",
Usage: "GCloud pool's health monitor API",
Subcommands: []*cli.Command{
&lbpoolCreateHealthMonitorSubCommand,
&lbpoolDeleteHealthMonitorSubCommand,
},
},
},
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.