# Functions
DeletePods attempts to delete a given PodList and returns a DeleteResult and error.
FilterPods filters a podList and returns a PodList matching the predicates.
Get pod list on a given node matching pod predicate.
RemoveFinalizersFromPod attempts to remove the finalizers from a given PodList and returns a RemoveFinalizersResult and error.
# Structs
DeleteResult holds fields describing the result of a pod deletion.
RemoveFinalizersResult is a type that describes the result of removing a finalizer.
# Type aliases
PodPredicate is a predicate function for a given Pod.