# Functions

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

# Structs

K8sJob represents the job to be run by a k8sWorker from the pool.
K8sWorkerPool pool that creates all k8s workers and the assigns k8s jobs to available workers.

# Type aliases

K8sJobHandlerFunc is a function for running a k8s job by a k8s worker.