mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-23 19:04:33 -04:00
Automatic merge from submit-queue E2E & Node E2E: Move pods test into common directory This is the 4th part of #29494. For #29081. Based on #29092, #29806. The first commit is squash of all dependent commits. Please only review the last 2 commits. The 2nd commit migrates pods.go to `common/pods.go`. Notice that the test `should be schedule with cpu and memory limits` is removed because: * It doesn't make sense at the node level. * It should have been tested in scheduler_predicates at the cluster level https://github.com/kubernetes/kubernetes/blob/master/test/e2e/scheduler_predicates.go#L264 The 3rd commit splits pods.go into several pods (nothing is changed, only move code): * **Liveness probe test:** Moved into `container_probe.go`. * **Init container test:** Moved into a new file `init_container.go`. * **Others:** Still in pods.go @vishh @timstclair <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.kubernetes.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.kubernetes.io/reviews/kubernetes/kubernetes/29814) <!-- Reviewable:end --> |
||
|---|---|---|
| .. | ||
| configmap.go | ||
| container_probe.go | ||
| docker_containers.go | ||
| downward_api.go | ||
| downwardapi_volume.go | ||
| empty_dir.go | ||
| expansion.go | ||
| host_path.go | ||
| init_container.go | ||
| kubelet_etc_hosts.go | ||
| pods.go | ||
| privileged.go | ||
| secrets.go | ||
| util.go | ||