Documentation
¶
Overview ¶
Package ssi provides end to end tests for Single Step Instrumentation. It focuses on user configuration and how that impacts targeting in Kubernetes.
Index ¶
- Constants
- Variables
- func FindPodInNamespace(t *testing.T, client kubeClient.Interface, namespace string, appName string) *corev1.Pod
- func FindTracesForService(t *testing.T, intake *fakeintake.Client, serviceName string) []*trace.TracerPayload
- func GetPodsInNamespace(t *testing.T, client kubeClient.Interface, namespace string) []corev1.Pod
Constants ¶
View Source
const DefaultAppName = "test-app"
Variables ¶
View Source
var DefaultExpectedContainers = []string{DefaultAppName}
Functions ¶
func FindPodInNamespace ¶
func FindTracesForService ¶
func FindTracesForService(t *testing.T, intake *fakeintake.Client, serviceName string) []*trace.TracerPayload
func GetPodsInNamespace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.