# Functions
DoItSlowly tries to call the provided function a total of 'count' times, starting slow to check for errors, then speeding up if calls succeed.
GetActiveAndInactivePods get activePods and inactivePods.
GetControllerKey return key of CloneSet.
GetPersistentVolumeClaims gets a map of PersistentVolumeClaims to their template names, as defined in set.
IsRunningAndAvailable returns true if pod is in the PodRunning Phase, if it is available.
IsRunningAndReady returns true if pod is in the PodRunning Phase, if it is ready.
NextRevision finds the next valid revision number based on revisions.
SplitPodsByRevision returns Pods matched and unmatched the given revision.
UpdateStorage insert volumes generated by cs.Spec.VolumeClaimTemplates into Pod.
# Constants
PodDeletionCost can be used to set to an int32 that represent the cost of deleting a pod compared to other pods belonging to the same ReplicaSet.
# Variables
ControllerKind is GroupVersionKind for CloneSet.
DurationStore is a short cut for any sub-functions to notify the reconcile how long to wait to requeue.
# Structs
ActivePodsWithRanks type allows custom sorting of pods so a controller can pick the best ones to delete.