func TestDynamicClient(t *testing.T) { … } func TestDynamicClientWatch(t *testing.T) { … } func TestUnstructuredExtract(t *testing.T) { … } func unstructuredToPod(obj *unstructured.Unstructured) (*corev1.Pod, error) { … } func unstructuredToEvent(obj *unstructured.Unstructured) (*corev1.Event, error) { … } func TestDynamicClientCBOREnablement(t *testing.T) { … }