kubernetes/staging/src/k8s.io/cri-client/pkg/remote_image_test.go

func createRemoteImageServiceWithTracerProvider(endpoint string, tp oteltrace.TracerProvider, t *testing.T) internalapi.ImageManagerService {}

func createRemoteImageServiceWithoutTracerProvider(endpoint string, t *testing.T) internalapi.ImageManagerService {}

func TestImageServiceSpansWithTP(t *testing.T) {}

func TestImageServiceSpansWithoutTP(t *testing.T) {}