From d31a7cb301468323d91b962cb7aefeea9101e107 Mon Sep 17 00:00:00 2001 From: Jian Zhang Date: Fri, 16 Jun 2017 12:28:23 +0000 Subject: [PATCH] fixed the logging of which conversions. --- pkg/api/serialization_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/serialization_test.go b/pkg/api/serialization_test.go index 8ac7dc6b395..fff2dc1adcb 100644 --- a/pkg/api/serialization_test.go +++ b/pkg/api/serialization_test.go @@ -137,7 +137,7 @@ func TestSetControllerConversion(t *testing.T) { // debug issues that arise while adding a new API type. func TestSpecificKind(t *testing.T) { // Uncomment the following line to enable logging of which conversions - // api.scheme.Log(t) + // api.Scheme.Log(t) internalGVK := schema.GroupVersionKind{Group: "extensions", Version: runtime.APIVersionInternal, Kind: "DaemonSet"} seed := rand.Int63()