You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code uses the same status for pod_run and pod result. This leads to a problem where certain conditions such as Running and Unset should never be in pod_result, forcing users to match against those invalid cases.
Currently the code uses the same status for pod_run and pod result. This leads to a problem where certain conditions such as Running and Unset should never be in pod_result, forcing users to match against those invalid cases.