# Packages
Package junit provides data structures to allow easy XML encoding and decoding of JUnit test results.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Diff computes a PodDiff given 2 lists of pods.
No description provided by the author
No description provided by the author
FailedContainers inspects all containers in a pod and returns failure information for containers that have failed or been restarted.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PodNotReady checks whether pod p's has a ready condition of status false.
podReady returns whether pod has a condition of Ready with a status of true.
PodRunningReady checks whether pod p's phase is running and it has a ready condition of status true.
No description provided by the author
RemoveLabelOffNode is for cleaning up labels temporarily added to node, won't fail if target label doesn't exist or has been removed.
RunDeployment Launches (and verifies correctness) of a Deployment and will wait for all pods it spawns to become "Running".
RunJob baunches (and verifies correctness) of a Job and will wait for all pods it spawns to become "Running".
No description provided by the author
RunRC Launches (and verifies correctness) of a Replication Controller and will wait for all pods it spawns to become "Running".
RunReplicaSet launches (and verifies correctness) of a ReplicaSet and waits until all the pods it launches to reach the "Running" state.
Simplified version of RunRC, that does not create RC, but creates plain Pods.
TerminatedContainers inspects all containers in a pod and returns a map of "container name: termination reason", for all currently terminated containers.
VerifyLabelsRemoved checks if Node for given nodeName does not have any of labels from labelKeys.
WaitForDeploymentRevisionAndImage waits for the deployment's and its new RS's revision and container image to match the given revision and image.
Waits for the deployment status to become valid (i.e.
Wait up to 10 minutes for all matching pods to become Running and at least one matching pod exists.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Convenient wrapper around cache.Store that returns list of v1.Pod instead of interface{}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
PodDiff is a map of pod name to podInfos.
No description provided by the author
No description provided by the author