mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-18 16:47:25 -04:00
This makes sub packages of e2e test framework to use log functions
of core framework instead for avoiding circular dependencies.
NOTE: test/e2e/framework/kubelet, test/e2e/framework/metrics and
test/e2e/framework/node will make circular dependencies if
updating them. It is necessary to solve them in advance before
this work.
|
||
|---|---|---|
| .. | ||
| BUILD | ||
| const.go | ||
| fixtures.go | ||
| rest.go | ||
| wait.go | ||