func TestNewBuilder(t *testing.T) { … } func TestCRDRouteParameterBuilder(t *testing.T) { … } func properties(p map[string]spec.Schema) sets.String { … } func schemaDiff(a, b *spec.Schema) string { … } func TestBuildOpenAPIV2(t *testing.T) { … } func TestBuildOpenAPIV3(t *testing.T) { … } // Tests that getDefinition's ref building function respects the v2 flag for v2 // vs v3 operations // This bug did not surface since we only so far look up types which do not make // use of refs func TestGetDefinitionRefPrefix(t *testing.T) { … }