Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntitiesFinder ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor Automation executor
func NewExecutor ¶
func NewExecutor( kube *kuber.Kube, entitiesFinder EntitiesFinder, workersCount int, dryRun bool, ) *Executor
NewExecutor creates a new executor
func (*Executor) SetAutomationFeedbackHandler ¶
func (executor *Executor) SetAutomationFeedbackHandler(handler agent.AutomationFeedbackHandler)
func (*Executor) SubmitAutomation ¶
func (executor *Executor) SubmitAutomation(automation *agent.Automation) error
Click to show internal directories.
Click to hide internal directories.