mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
s/ValidationErrorList/ErrorList/
This commit is contained in:
@@ -42,7 +42,7 @@ func TestCompatibility(
|
||||
t *testing.T,
|
||||
version string,
|
||||
input []byte,
|
||||
validator func(obj runtime.Object) validation.ValidationErrorList,
|
||||
validator func(obj runtime.Object) validation.ErrorList,
|
||||
expectedKeys map[string]string,
|
||||
absentKeys []string,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user