Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶ added in v0.0.13
type Orchestrator struct{}
func NewOrchestrator ¶ added in v0.0.13
func NewOrchestrator() *Orchestrator
func (*Orchestrator) Orchestrate ¶ added in v0.0.13
func (o *Orchestrator) Orchestrate(configFile string, options OrchestratorOptions) error
type OrchestratorOptions ¶ added in v0.0.13
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is the main application entry point
func (*Runner) PrepareJobConfigs ¶ added in v0.0.16
func (r *Runner) PrepareJobConfigs(options RunnerOptions) error
type RunnerOptions ¶ added in v0.0.16
type RunnerOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.