mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 05:35:17 -04:00
Automatic merge from submit-queue (batch tested with PRs 40055, 42085, 44509, 44568, 43956) improve error handling in e2e helpers **What this PR does / why we need it**: Changes most of the volume related helper funcs to return error rather than calling `Expect`. This is a better programming practice, is consistent with Go and Kubernetes, and allows helper funcs that create multiple resources to perform cleanup. ```release-note NONE ``` |
||
|---|---|---|
| .. | ||
| BUILD | ||
| OWNERS | ||
| pd.go | ||
| persistent_volumes-disruptive.go | ||
| persistent_volumes-gce.go | ||
| persistent_volumes-vsphere.go | ||
| persistent_volumes.go | ||
| pv_reclaimpolicy.go | ||
| pvc_label_selector.go | ||
| volume_provisioning.go | ||
| volumes.go | ||
| vsphere_utils.go | ||
| vsphere_volume_diskformat.go | ||
| vsphere_volume_ops_storm.go | ||
| vsphere_volume_placement.go | ||