# Functions
GetPodCondition extracts the provided condition from the given status and returns that.
GetPodReadyCondition extracts the pod ready condition from the given status and returns that.
IsPodReady returns true if a pod is ready; false otherwise.
IsPodReadyConditionTrue returns true if a pod is ready; false otherwise.
No description provided by the author
# Constants
PodStartTimeout is the default amount of time to wait in pod start operations.
Poll is how often the API is polled in Wait operations by default.