I am using kubernetes io.fabric8 client to manage my Kubernetes Jobs.
Using batch v1 apis kubernetesClient.batch().v1().jobs().inNamespace(namespace)
I am not able to find a way to delete the Job by its name.
I am using kubernetes io.fabric8 client to manage my Kubernetes Jobs.
Using batch v1 apis kubernetesClient.batch().v1().jobs().inNamespace(namespace)
I am not able to find a way to delete the Job by its name.
Found it