Documentation
¶
Index ¶
- type Orchestrator
- func (s *Orchestrator) GetEvents(stack string, services []string) error
- func (s *Orchestrator) Logs(stackName string, service string, since string) error
- func (s *Orchestrator) RunTasks(stack *stack_mgr.Stack, taskType string, showLogs bool) error
- func (s *Orchestrator) Shell(stackName string, service string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
func NewOrchestrator ¶
func NewOrchestrator(config config.HappyConfig, taskRunner backend.TaskRunner) *Orchestrator
func (*Orchestrator) GetEvents ¶ added in v0.3.0
func (s *Orchestrator) GetEvents(stack string, services []string) error
func (*Orchestrator) Logs ¶
func (s *Orchestrator) Logs(stackName string, service string, since string) error
Click to show internal directories.
Click to hide internal directories.