Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateTaskCommand ¶
CreateTaskCommand is the command line data structure for the create action of task
func (*CreateTaskCommand) RegisterFlags ¶
func (cmd *CreateTaskCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DeleteTaskCommand ¶
DeleteTaskCommand is the command line data structure for the delete action of task
func (*DeleteTaskCommand) RegisterFlags ¶
func (cmd *DeleteTaskCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type InspectTaskCommand ¶
InspectTaskCommand is the command line data structure for the inspect action of task
func (*InspectTaskCommand) RegisterFlags ¶
func (cmd *InspectTaskCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ListDatabindCommand ¶
type ListDatabindCommand struct {
PrettyPrint bool
}
ListDatabindCommand is the command line data structure for the list action of databind
func (*ListDatabindCommand) RegisterFlags ¶
func (cmd *ListDatabindCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type PingMonitoringCommand ¶
type PingMonitoringCommand struct {
PrettyPrint bool
}
PingMonitoringCommand is the command line data structure for the ping action of monitoring
func (*PingMonitoringCommand) RegisterFlags ¶
func (cmd *PingMonitoringCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type StatusSwarmCommand ¶
type StatusSwarmCommand struct {
PrettyPrint bool
}
StatusSwarmCommand is the command line data structure for the status action of swarm
func (*StatusSwarmCommand) RegisterFlags ¶
func (cmd *StatusSwarmCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type UploadDatabindCommand ¶
type UploadDatabindCommand struct {
PrettyPrint bool
}
UploadDatabindCommand is the command line data structure for the upload action of databind
func (*UploadDatabindCommand) RegisterFlags ¶
func (cmd *UploadDatabindCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.