• Kenichi Omichi's avatar
    Fix golint failures of e2e/framework/[d-e]*.go · 65e6e465
    Kenichi Omichi authored
    This fixes golint failures on the following files:
    - test/e2e/framework/deployment_util.go
    - test/e2e/framework/exec_util.go
    
    Cleanup:
    - ScaleDeployment() was not used at all, so let's remove it.
    - ExecCommandInPod() and ExecCommandInPodWithFullOutput() were called
      in the framework only, so let's make them local.
    65e6e465
exec_util.go 4.92 KB