diff --git a/test/e2e/storage/drivers/csi_objects.go b/test/e2e/storage/drivers/util.go similarity index 95% rename from test/e2e/storage/drivers/csi_objects.go rename to test/e2e/storage/drivers/util.go index 28a7c4397b7..7a6ec11d9c7 100644 --- a/test/e2e/storage/drivers/csi_objects.go +++ b/test/e2e/storage/drivers/util.go @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -// This file is used to deploy the CSI hostPath plugin -// More Information: https://github.com/kubernetes-csi/drivers/tree/master/pkg/hostpath - package drivers import (