pub fn image_pull_policy_for(
resource: &str,
export: Option<&ExportConfig>,
) -> ImagePullPolicyExpand description
Image pull policy for resource: a per-resource override wins over
the per-target default, which falls back to IfNotPresent.