func init() { … } const checkHostPathVolumesID … // CheckHostPathVolumes returns a baseline level check // that requires hostPath=undefined/null in 1.0+ func CheckHostPathVolumes() Check { … } func hostPathVolumes_1_0(podMetadata *metav1.ObjectMeta, podSpec *corev1.PodSpec) CheckResult { … }