mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Enable versioned validation fuzz testing for core v1 group
This commit is contained in:
@@ -31,6 +31,7 @@ import (
|
|||||||
func TestVersionedValidationByFuzzing(t *testing.T) {
|
func TestVersionedValidationByFuzzing(t *testing.T) {
|
||||||
typesWithDeclarativeValidation := []schema.GroupVersion{
|
typesWithDeclarativeValidation := []schema.GroupVersion{
|
||||||
// Registered group versions for versioned validation fuzz testing:
|
// Registered group versions for versioned validation fuzz testing:
|
||||||
|
{Group: "", Version: "v1"},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, gv := range typesWithDeclarativeValidation {
|
for _, gv := range typesWithDeclarativeValidation {
|
||||||
|
|||||||
Reference in New Issue
Block a user