Function count_deployment_pods_by_phase

Source
fn count_deployment_pods_by_phase(
    pods: &[PodInfo],
    deployment: &DeploymentInfo,
    phase: &str,
) -> usize