mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-15 00:37:52 -05:00
Promoting real tests turned out to be harder than expected (should be rewritten to be self-contained, additional reviews, etc.). They would not achieve 100% endpoint+operation coverage because real tests only use some of the operations. Therefore each API type has to be covered with CRUD-style tests which only exercise the apiserver, then maybe additional functional tests can be added later (depending on time and motivation). The machinery for testing different API types is meant to be reusable, so it gets added in the new e2e/framework/conformance helper package. |
||
|---|---|---|
| .. | ||
| .import-restrictions | ||
| compare.go | ||
| compare_test.go | ||
| conformance.go | ||
| failures.go | ||
| informerevents.go | ||
| objectmatcher.go | ||