You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logic that is changed in the apiextensions schema package (i.e. objectmeta
579
589
algorithm and pruning algorithm) will be thoroughly unit tested as well as
@@ -584,6 +594,7 @@ Additional testing has also been added to the
584
594
[apiserver/endpoints/handlers/rest_test.go](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go) to detect unknown and duplicate fields.
585
595
586
596
##### Integration tests
597
+
587
598
[alpha and beta]
588
599
Primarily, server side validation will be integration tested and benchmarked via a complete test
589
600
suite at
@@ -599,6 +610,7 @@ It tests the cross product of all valid permutations along the dimensions of:
599
610
600
611
601
612
##### e2e tests
613
+
602
614
[beta]
603
615
With field validation on by default in beta, we will modify
604
616
[test/e2e/kubectl/kubectl.go](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/kubectl/kubectl.go) to ensure that kubectl defaults to using server side field validation and detects unknown/duplicate fields as expected.
0 commit comments