kubernetes/staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/versionconverter_test.go

var testTypeConverter

// TestVersionConverter tests the version converter
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) {}