# Functions

MakePodDeleteStatusOkay is a helper method to return the corresponding PodDeleteStatus.
MakePodDeleteStatusOkayWithOrder is a helper method to return the corresponding PodDeleteStatus.
MakePodDeleteStatusSkip is a helper method to return the corresponding PodDeleteStatus.
MakePodDeleteStatusWaitCompleted is a helper method to return the corresponding PodDeleteStatus.
MakePodDeleteStatusWithError is a helper method to return the corresponding PodDeleteStatus.
MakePodDeleteStatusWithWarning is a helper method to return the corresponding PodDeleteStatus.
PodListToString returns a comma-separated list of the first n entries of the Pod list.

# Constants

PodDeleteStatusTypeError is "Error".
PodDeleteStatusTypeOkay is "Okay".
PodDeleteStatusTypeSkip is "Skip".
PodDeleteStatusTypeWaitCompleted is "WaitCompleted".
PodDeleteStatusTypeWarning is "Warning".

# Structs

EvictionResult contains the results of an eviction.
Helper contains the parameters to control the behaviour of the drain helper.
PodDelete informs filtering logic whether a pod should be deleted or not.
PodDeleteList is a wrapper around []PodDelete.
PodDeleteStatus informs filters if a pod should be deleted.

# Type aliases

PodFilter takes a pod and returns a PodDeleteStatus.