pub fn extract_pod_spec(obj: &K8sObject) -> Option<&PodSpec>
Extract the PodSpec from a Kubernetes object, if it has one.