fixed the logging of which conversions.

This commit is contained in:
Jian Zhang 2017-06-16 12:28:23 +00:00
parent fd9a91e0b5
commit d31a7cb301

View File

@ -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()