pub fn extract_containers(pod_spec: &PodSpec) -> Vec<&ContainerSpec>Expand description
Extract only regular containers (not init containers).
pub fn extract_containers(pod_spec: &PodSpec) -> Vec<&ContainerSpec>Extract only regular containers (not init containers).