Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Verbose tells if user asks more verbosity Verbose bool // Debug tells if user asks debug information Debug bool )
View Source
var BucketCmd = cli.Command{ Name: "bucket", Usage: "bucket COMMAND", Subcommands: []cli.Command{ bucketList, bucketCreate, bucketDelete, bucketInspect, bucketMount, bucketUnmount, }, }
BucketCmd bucket command
View Source
var ClusterCommand = cli.Command{ Name: "cluster", Aliases: []string{"datacenter", "dc", "platform"}, Usage: "create and manage cluster", ArgsUsage: "COMMAND", Subcommands: []cli.Command{ clusterNodeCommand, clusterMasterCommand, clusterListCommand, clusterCreateCommand, clusterDeleteCommand, clusterInspectCommand, clusterStateCommand, clusterStartCommand, clusterStopCommand, clusterExpandCommand, clusterShrinkCommand, clusterDcosCommand, clusterKubectlCommand, clusterListFeaturesCommand, clusterCheckFeatureCommand, clusterAddFeatureCommand, clusterDeleteFeatureCommand, }, }
ClusterCommand command
View Source
var DataCmd = cli.Command{ Name: "data", Usage: "data COMMAND", Subcommands: []cli.Command{ dataPush, dataGet, dataList, dataDelete, }, }
DataCmd command
View Source
var HostCmd = cli.Command{ Name: "host", Usage: "host COMMAND", Subcommands: []cli.Command{ hostList, hostCreate, hostResize, hostDelete, hostInspect, hostStatus, hostSSH, hostReboot, hostStart, hostStop, hostCheckFeatureCommand, hostAddFeatureCommand, hostDeleteFeatureCommand, hostListFeaturesCommand, }, }
HostCmd command
View Source
var ImageCmd = cli.Command{ Name: "image", Usage: "image COMMAND", Subcommands: []cli.Command{ imageList, }, }
ImageCmd command
View Source
var NetworkCmd = cli.Command{ Name: "network", Usage: "network COMMAND", Subcommands: []cli.Command{ networkCreate, networkDelete, networkInspect, networkList, }, }
NetworkCmd command
View Source
var SSHCmd = cli.Command{ Name: "ssh", Usage: "ssh COMMAND", Subcommands: []cli.Command{ sshRun, sshCopy, sshConnect, sshTunnel, sshClose, }, }
SSHCmd ssh command
View Source
string{"nas"}, Usage: "share COMMAND", Subcommands: []cli.Command{ shareCreate, shareDelete, shareMount, shareUnmount, shareList, shareInspect, }, }Name: "share", Aliases: []
ShareCmd ssh command
View Source
var TemplateCmd = cli.Command{ Name: "template", Usage: "template COMMAND", Subcommands: []cli.Command{ templateList, }, }
TemplateCmd command
View Source
var TenantCmd = cli.Command{ Name: "tenant", Usage: "tenant COMMAND", Subcommands: []cli.Command{ tenantList, tenantGet, tenantSet, tenantStorageList, tenantStorageGet, tenantStorageSet, }, }
TenantCmd command
View Source
var VolumeCmd = cli.Command{ Name: "volume", Usage: "volume COMMAND", Subcommands: []cli.Command{ volumeList, volumeInspect, volumeDelete, volumeCreate, volumeAttach, volumeDetach, }, }
VolumeCmd volume command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.