var testTypeConverter …
func TestVersionConverter(t *testing.T) { … }
func gvkForVersion(v string) schema.GroupVersionKind { … }
func objForGroupVersion(gv string) runtime.Object { … }
type fakeObjectConvertorForTestSchema …
var _ …
func (c fakeObjectConvertorForTestSchema) ConvertToVersion(_ runtime.Object, gv runtime.GroupVersioner) (runtime.Object, error) { … }
func (fakeObjectConvertorForTestSchema) Convert(_, _, _ interface{ … }
func (fakeObjectConvertorForTestSchema) ConvertFieldLabel(_ schema.GroupVersionKind, _, _ string) (string, string, error) { … }