KubernetesExecutionEngine
@Service
@ConditionalOnProperty(prefix = "tasks.controller.kb-engine", name = ["enabled"], havingValue = "true")
Constructors
Link copied to clipboard
constructor(config: TaskControllerConfig, kbConfig: KubernetesExecutionConfig, executorTypeRepo: TaskExecutorTypeRepo, tasksActorApi: TasksActorApi)