Versions in this module Expand all Collapse all v0 v0.2.0 Jul 7, 2020 Changes in this version + type CommandError struct + ID int + Result string + func (c CommandError) Error() string + type KubernetesAPI struct + Client kubernetes.Interface + Suffix string + func (k KubernetesAPI) CreateJobFromJSON(jobAsJson string, ns string) error + func (k KubernetesAPI) GetContainerIdsForPod(podName string, ns string) ([]string, string, error)