Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntitiesFinder ¶ added in v2.9.0
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor Automation executor
func InitExecutor ¶
func InitExecutor( client *client.Client, kube *kuber.Kube, entitiesFinder EntitiesFinder, workersCount int, dryRun bool, ) *Executor
InitExecutor creates a new executor then starts it
func NewExecutor ¶
func NewExecutor( client *client.Client, kube *kuber.Kube, entitiesFinder EntitiesFinder, workersCount int, dryRun bool, ) *Executor
NewExecutor creates a new executor
Click to show internal directories.
Click to hide internal directories.