Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPod ¶
func GetPod(namespace, namePrefix, containsImage string, kubeclient kubernetes.Interface) v1.Pod
GetPod retrieves a given pod based on namespace, the pod name prefix, and the image used Original Source https://github.com/jaegertracing/jaeger-operator/blob/master/test/e2e/utils.go
func WaitForPod ¶
func WaitForPod(t *testing.T, f *framework.Framework, ctx *framework.TestCtx, namespace, name string, retryInterval time.Duration, timeout time.Duration) error
WaitForPod retrieves a specific pod with a known name and namespace and waits for it to be running and available
func WaitForPodWithImage ¶
func WaitForPodWithImage(t *testing.T, f *framework.Framework, ctx *framework.TestCtx, namespace, name string, image string, retryInterval time.Duration, timeout time.Duration) error
WaitForPodWithImage retrieves a pod using GetPod and waits for it to be running and available
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.