# Functions
No description provided by the author
CheckDeploymentRevisionAndImage checks if the input deployment's and its new replica set's revision and image are as expected.
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.
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.
No description provided by the author
No description provided by the author
No description provided by the author
VerifyLabelsRemoved checks if Node for given nodeName does not have any of labels from labelKeys.
Waits for the deployment to complete, and don't check if rolling update strategy is broken.
Waits for the deployment to complete, and check rolling update strategy isn't broken at any times.
WaitForDeploymentRevisionAndImage waits for the deployment's and its new RS's revision and container image to match the given revision and image.
WaitForDeploymentRollbackCleared waits for given deployment either started rolling back or doesn't need to rollback.
WaitForDeploymentUpdatedReplicasGTE waits for given deployment to be observed by the controller and has at least a number of updatedReplicas.
No description provided by the author
No description provided by the author
Wait up to 10 minutes for all matching pods to become Running and at least one matching pod exists.
Verify .Status.Replicas is equal to .Spec.Replicas.
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
No description provided by the author
No description provided by the author