# Functions
NewBrokenPod creates a new broken Pod with the provided name.
No description provided by the author
NewPod creates a new Pod with the provided name.
# Constants
Namespace for the pods.
# Variables
BadPod is a pod which does not serialize correctly.
DetachedPod is a pod which is not attached to a namespace.
ErrorPod is a pod which should create an error on handling.
InvalidPod is a pod which is considered invalid on handling.
PanicPod is a pod which should create a panic on handling.
PodKind is the metav1.GroupVersionKind for corev1.Pod.
PodTypeMeta is the metav1.TypeMeta for corev1.Pod.
ValidPod is a pod which is considered valid on handling.
# Type aliases
Pod extends corev1.Pod for testing.