Documentation
¶
Index ¶
- func DumpJobsLogsOnError(t *testing.T, f *framework.Framework, namespace string)
- func GetPod(namespace, namePrefix, containsImage string, kubeclient kubernetes.Interface) (*v1.Pod, error)
- func WaitForPod(t *testing.T, f *framework.Framework, namespace, name string, ...) error
- func WaitForPodAbsence(t *testing.T, f *framework.Framework, namespace, name, image string, ...) error
- func WaitForPodWithImage(t *testing.T, f *framework.Framework, namespace, name, image string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpJobsLogsOnError ¶ added in v0.0.5
DumpJobsLogsOnError checks if t is marked as failed, and if yes, dumps the logs of all pods in the specified namespace.
func GetPod ¶
func GetPod(namespace, namePrefix, containsImage string, kubeclient kubernetes.Interface) (*v1.Pod, error)
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, namespace, name string, retryInterval, timeout time.Duration) error
WaitForPod retrieves a specific pod with a known name and namespace and waits for it to be running and available
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.