• Kubernetes Submit Queue's avatar
    Merge pull request #43956 from jeffvance/e2e-helpers · 2e677a5f
    Kubernetes Submit Queue authored
    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
    ```
    2e677a5f
Name
Last commit
Last update
..
BUILD Loading commit data...
apparmor.go Loading commit data...
configmaps.go Loading commit data...
daemonsets.go Loading commit data...
deployments.go Loading commit data...
horizontal_pod_autoscalers.go Loading commit data...
ingress.go Loading commit data...
job.go Loading commit data...
persistent_volumes.go Loading commit data...
secrets.go Loading commit data...
services.go Loading commit data...
statefulset.go Loading commit data...
sysctl.go Loading commit data...
upgrade.go Loading commit data...