mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Enable versioned validation fuzz testing for core v1 group
This commit is contained in:
parent
b5bc283808
commit
ed08387663
@ -31,6 +31,7 @@ import (
|
||||
func TestVersionedValidationByFuzzing(t *testing.T) {
|
||||
typesWithDeclarativeValidation := []schema.GroupVersion{
|
||||
// Registered group versions for versioned validation fuzz testing:
|
||||
{Group: "", Version: "v1"},
|
||||
}
|
||||
|
||||
for _, gv := range typesWithDeclarativeValidation {
|
||||
|
Loading…
Reference in New Issue
Block a user