mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +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) {
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user