From c0430d3f8ee681962b94c2afb35b329091b591f5 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Fri, 11 Oct 2019 18:21:28 +0000 Subject: [PATCH] Fix package name of psp on e2e framework psp is imported as separated package from main framework but the name was framework. This made confusion, so this renames it to psp. --- test/e2e/framework/psp/psp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/psp/psp.go b/test/e2e/framework/psp/psp.go index e3312b497cc..027d1a0daaf 100644 --- a/test/e2e/framework/psp/psp.go +++ b/test/e2e/framework/psp/psp.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package framework +package psp import ( "fmt"