csiImageVersion=flag.String("storage.csi.image.version","","overrides the default tag used for hostpathplugin/csi-attacher/csi-provisioner/driver-registrar images")
csiImageRegistry=flag.String("storage.csi.image.registry","quay.io/k8scsi","overrides the default repository used for hostpathplugin/csi-attacher/csi-provisioner/driver-registrar images")
csiImageVersions=map[string]string{
"hostpathplugin":"v0.4.0",
"csi-attacher":"v0.4.0",
"csi-provisioner":"v0.4.0",
"driver-registrar":"v0.4.0",
}
)
funcshredFile(filePathstring){
if_,err:=os.Stat(filePath);os.IsNotExist(err){
e2elog.Logf("File %v was not found, skipping shredding",filePath)