fix golint failures of test/e2e/storage/drivers

This commit is contained in:
SataQiu
2019-05-20 13:12:38 +08:00
parent 81a61ae0e3
commit b828e570b1
3 changed files with 4 additions and 2 deletions

View File

@@ -51,7 +51,9 @@ import (
)
const (
// GCEPDCSIProvisionerName is the name of GCE Persistent Disk CSI provisioner
GCEPDCSIProvisionerName = "pd.csi.storage.gke.io"
// GCEPDCSIZoneTopologyKey is the key of GCE Persistent Disk CSI zone topology
GCEPDCSIZoneTopologyKey = "topology.gke.io/zone"
)