# Functions
No description provided by the author
NewPod creates a pod with the given v1.Pod, the clock at which the pod was bound to a node, and the pod's status.
# Constants
Deleted indicates that the pod has been deleted from the cluster.
Ok indicates that the pod has been successfully started on a node.
OverCapacity indicates that the pod failed to start due to over capacity.
# Type aliases
Status represents status of a Pod.