Versions in this module Expand all Collapse all v1 v1.6.20 Aug 17, 2022 Changes in this version + func Bootstrap(config interface{}) error + func LoadConfig(config interface{}) error + func Run(job *Job) error + type Config struct + Annotations map[string]string + Args []string + Context string + Env map[string]string + Executable string + ID string + Image string + ImagePullPolicy corev1.PullPolicy + Labels map[string]string + Namespace string + NoTeardown bool + Secrets map[string]string + ServiceAccount string + Timeout time.Duration + ValueFiles map[string][]string + Values map[string][]string + type Job struct + JobConfig interface{} + Type string + type Runner struct + func NewNamespace(namespace string) *Runner + func (n *Runner) RunJob(job *Job) (int, error) + func (n *Runner) StartJob(job *Job) error + func (n *Runner) WaitForExit(job *Job) (int, error)