Documentation ¶
Index ¶
- func HelpCommand(app *cli.App) cli.Command
- type AdminCommand
- type Command
- type CommandGroup
- type DeployCommand
- type EnvironmentCommand
- func (e *EnvironmentCommand) Create(c *cli.Context) error
- func (e *EnvironmentCommand) Delete(c *cli.Context) error
- func (e *EnvironmentCommand) Get(c *cli.Context) error
- func (e *EnvironmentCommand) GetCommand() cli.Command
- func (e *EnvironmentCommand) List(c *cli.Context) error
- func (e *EnvironmentCommand) SetMinCount(c *cli.Context) error
- type JobCommand
- type LoadBalancerCommand
- func (l *LoadBalancerCommand) AddPort(c *cli.Context) error
- func (l *LoadBalancerCommand) Create(c *cli.Context) error
- func (l *LoadBalancerCommand) Delete(c *cli.Context) error
- func (l *LoadBalancerCommand) DropPort(c *cli.Context) error
- func (l *LoadBalancerCommand) Get(c *cli.Context) error
- func (l *LoadBalancerCommand) GetCommand() cli.Command
- func (l *LoadBalancerCommand) HealthCheck(c *cli.Context) error
- func (l *LoadBalancerCommand) List(c *cli.Context) error
- type NoMatchError
- type Resolver
- type ServiceCommand
- func (s *ServiceCommand) Create(c *cli.Context) error
- func (s *ServiceCommand) Delete(c *cli.Context) error
- func (s *ServiceCommand) Get(c *cli.Context) error
- func (s *ServiceCommand) GetCommand() cli.Command
- func (s *ServiceCommand) List(c *cli.Context) error
- func (s *ServiceCommand) Logs(c *cli.Context) error
- func (s *ServiceCommand) Scale(c *cli.Context) error
- func (s *ServiceCommand) Update(c *cli.Context) error
- type TagResolver
- type TaskCommand
- type UsageError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminCommand ¶
type AdminCommand struct {
*Command
}
func NewAdminCommand ¶
func NewAdminCommand(command *Command) *AdminCommand
func (*AdminCommand) GetCommand ¶
func (a *AdminCommand) GetCommand() cli.Command
type Command ¶
func (*Command) SetPrinter ¶
type CommandGroup ¶
type DeployCommand ¶
type DeployCommand struct {
*Command
}
func NewDeployCommand ¶
func NewDeployCommand(command *Command) *DeployCommand
func (*DeployCommand) GetCommand ¶
func (d *DeployCommand) GetCommand() cli.Command
type EnvironmentCommand ¶
type EnvironmentCommand struct {
*Command
}
func NewEnvironmentCommand ¶
func NewEnvironmentCommand(command *Command) *EnvironmentCommand
func (*EnvironmentCommand) GetCommand ¶
func (e *EnvironmentCommand) GetCommand() cli.Command
func (*EnvironmentCommand) SetMinCount ¶
func (e *EnvironmentCommand) SetMinCount(c *cli.Context) error
type JobCommand ¶
type JobCommand struct {
*Command
}
func NewJobCommand ¶
func NewJobCommand(command *Command) *JobCommand
func (*JobCommand) GetCommand ¶
func (j *JobCommand) GetCommand() cli.Command
type LoadBalancerCommand ¶
type LoadBalancerCommand struct {
*Command
}
func NewLoadBalancerCommand ¶
func NewLoadBalancerCommand(command *Command) *LoadBalancerCommand
func (*LoadBalancerCommand) GetCommand ¶
func (l *LoadBalancerCommand) GetCommand() cli.Command
func (*LoadBalancerCommand) HealthCheck ¶
func (l *LoadBalancerCommand) HealthCheck(c *cli.Context) error
type NoMatchError ¶
type NoMatchError struct {
// contains filtered or unexported fields
}
type ServiceCommand ¶
type ServiceCommand struct {
*Command
}
func NewServiceCommand ¶
func NewServiceCommand(command *Command) *ServiceCommand
func (*ServiceCommand) GetCommand ¶
func (s *ServiceCommand) GetCommand() cli.Command
type TagResolver ¶
type TagResolver struct {
// contains filtered or unexported fields
}
func NewTagResolver ¶
func NewTagResolver(client client.Client) *TagResolver
type TaskCommand ¶
type TaskCommand struct {
*Command
}
func NewTaskCommand ¶
func NewTaskCommand(command *Command) *TaskCommand
func (*TaskCommand) GetCommand ¶
func (t *TaskCommand) GetCommand() cli.Command
type UsageError ¶
type UsageError struct {
// contains filtered or unexported fields
}
func NewUsageError ¶
func NewUsageError(format string, tokens ...interface{}) *UsageError
Source Files ¶
Click to show internal directories.
Click to hide internal directories.