# Functions

AddK8sWorkerPool adds k8s workers pool to the manager and returns it.
NewJob creates a new instance of K8sJob.

# Structs

K8sJobHandlerFunc is a function for running a k8s job by a k8s worker.
worker within the WorkerPool.
Workpool pool that creates all k8s workers and the assigns k8s jobs to available workers.