We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bc283 commit ed08387Copy full SHA for ed08387
pkg/api/testing/validation_test.go
@@ -31,6 +31,7 @@ import (
31
func TestVersionedValidationByFuzzing(t *testing.T) {
32
typesWithDeclarativeValidation := []schema.GroupVersion{
33
// Registered group versions for versioned validation fuzz testing:
34
+ {Group: "", Version: "v1"},
35
}
36
37
for _, gv := range typesWithDeclarativeValidation {
0 commit comments