mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-04 06:12:19 -04:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
End2End tests for DynamicVolumeProvisioning of EBS
**What this PR does / why we need it**:
Add end2end tests to exercise `DynamicProvisioningScheduling` features for EBS. The tests make sure `WaitForFirstConsumer` and `AllowedTopologies` specified in a EBS storage class has the desired effect.
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #
**Special notes for your reviewer**:
Tests features added to
|
||
|---|---|---|
| .. | ||
| utils | ||
| vsphere | ||
| BUILD | ||
| csi_objects.go | ||
| csi_volumes.go | ||
| empty_dir_wrapper.go | ||
| ephemeral_volume.go | ||
| flexvolume.go | ||
| generic_persistent_volume-disruptive.go | ||
| mounted_volume_resize.go | ||
| nfs_persistent_volume-disruptive.go | ||
| OWNERS | ||
| pd.go | ||
| persistent_volumes-gce.go | ||
| persistent_volumes-local.go | ||
| persistent_volumes-volumemode.go | ||
| persistent_volumes.go | ||
| pv_protection.go | ||
| pvc_protection.go | ||
| regional_pd.go | ||
| subpath.go | ||
| volume_expand.go | ||
| volume_io.go | ||
| volume_metrics.go | ||
| volume_provisioning.go | ||
| volumes.go | ||