# Packages
No description provided by the author
# Functions
Convert a referenced list to a list.
GetNumberFromAnnotations returns the integer value of annotation.
isCreated returns true if pod has been created and is maintained by the API server.
isFailed returns true if pod has a Phase of PodFailed.
isHealthy returns true if pod is running and ready and has not been terminated.
isPending returns true if pod has a Phase of PodPending.
No description provided by the author
isRunningAndReady returns true if pod is in the PodRunning Phase, if it has a condition of PodReady.
isSucceeded returns true if pod has a Phase of PodSucceeded.
isTerminating returns true if pod's DeletionTimestamp has been set.
KeyFunc gets the namespacedName for the meta object.
Convert a list to a referenced list.
SlowStartBatch tries to call the provided function a total of 'count' times, starting slow to check for errors, then speeding up if calls succeed.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author