func TestDynamicClient(t *testing.T) { … } func TestDynamicClientWatch(t *testing.T) { … } func TestDynamicClientWatchWithCBOR(t *testing.T) { … } func testDynamicClientWatch(t *testing.T, client clientset.Interface, dynamicClient dynamic.Interface) { … } 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) { … } func TestUnsupportedMediaTypeCircuitBreakerDynamicClient(t *testing.T) { … }