Versions in this module Expand all Collapse all v0 v0.5.0 Jul 25, 2019 Changes in this version + var CommandKind = vkcorev1.SchemeGroupVersion.WithKind("Command") + var JobKind = vkbatchv1.SchemeGroupVersion.WithKind("Job") + func ControlledBy(obj interface{}, gvk schema.GroupVersionKind) bool + func CreateConfigMapIfNotExist(job *vkv1.Job, kubeClients *kubernetes.Clientset, data map[string]string, ...) error + func DeleteConfigmap(job *vkv1.Job, kubeClients *kubernetes.Clientset, cmName string) error + func GetController(obj interface{}) types.UID