mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-31 06:45:39 -04:00
Automatic merge from submit-queue (batch tested with PRs 41962, 42055, 42062, 42019, 42054) PV upgrade test **What this PR does / why we need it**: This PR adds a PV upgrade test to the new upgrade test framework. Before, this test had to be done manually. Currently the upgrade test framework only works on the GCE environment, so I plan to add support for other providers later. In order to write the test, I had to modify and refactor some volume test util libraries. I reran the impacted tests to make sure they still passed. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: It's probably easier to review the two commits separately. I split it up into the refactor changes, and the upgrade test changes. **Release note**: NONE cc @saad-ali @krousey |
||
|---|---|---|
| .. | ||
| authorizer_util.go | ||
| BUILD | ||
| cleanup.go | ||
| exec_util.go | ||
| federation_util.go | ||
| firewall_util.go | ||
| framework.go | ||
| get-kubemark-resource-usage.go | ||
| google_compute.go | ||
| kubelet_stats.go | ||
| log_size_monitoring.go | ||
| metrics_util.go | ||
| networking_utils.go | ||
| nodes_util.go | ||
| perf_util.go | ||
| pods.go | ||
| pv_util.go | ||
| resource_usage_gatherer.go | ||
| service_util.go | ||
| statefulset_utils.go | ||
| test_context.go | ||
| util.go | ||