Skip to content

Add IsPodSucceeded kubernetes util

Alejo Carballude requested to merge feature/kubernetes_is_pod_completed into master

Related tasks

Context

There is an IsPodReady utility function to help determine the status of a Kubernetes pod. There is no method to detect that a pod has reached the Completed state.

Change

A new IsPodSucceeded function has been added that checks that a pod is in the completed state.

Other information

Additional documentation

Edited by Alejo Carballude

Merge request reports