var PodConditionsByKubelet … // PodConditionByKubelet returns if the pod condition type is owned by kubelet func PodConditionByKubelet(conditionType v1.PodConditionType) bool { … } // PodConditionSharedByKubelet returns if the pod condition type is shared by kubelet func PodConditionSharedByKubelet(conditionType v1.PodConditionType) bool { … }