# Functions
GroupStatefulSetsByLabel returns a map containing the input StatefulSets grouped by the input label's value.
IsPodRunningAndReady returns whether the input pod is running and ready.
MoveStatefulSetToFront returns a new slice where the input StatefulSet toMove is moved to the beginning.
MustNewLabelsRequirement wraps labels.NewRequirement() and panics on error.
No description provided by the author
PodNames returns the names of input pods.
SortPods sorts in-place the provided slice of Pod.
SortStatefulSets sorts in-place the provided slice of StatefulSet.