func initiateScheme(t *testing.T) *runtime.Scheme { … } func TestConvertToGVK(t *testing.T) { … } // TestRuntimeSchemeConvert verifies that scheme.Convert(x, x, nil) for an unstructured x is a no-op. // This did not use to be like that and we had to wrap scheme.Convert before. func TestRuntimeSchemeConvert(t *testing.T) { … } func TestConvertVersionedAttributes(t *testing.T) { … }