// DoNotScheduleTaintsFilterFunc returns the filter function that can // filter out the node taints that reject scheduling Pod on a Node. func DoNotScheduleTaintsFilterFunc() func(t *v1.Taint) bool { … }
// DoNotScheduleTaintsFilterFunc returns the filter function that can // filter out the node taints that reject scheduling Pod on a Node. func DoNotScheduleTaintsFilterFunc() func(t *v1.Taint) bool { … }