mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Merge pull request #87183 from Aresforchina/fix-staticcheck-test15
fix-staticcheck:pkg/volume/scaleio/
This commit is contained in:
commit
6c693549a3
@ -29,7 +29,6 @@ pkg/volume/local
|
||||
pkg/volume/portworx
|
||||
pkg/volume/quobyte
|
||||
pkg/volume/rbd
|
||||
pkg/volume/scaleio
|
||||
pkg/volume/storageos
|
||||
pkg/volume/util
|
||||
pkg/volume/util/fsquota
|
||||
|
@ -26,10 +26,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
fakeSdcID = "test-sdc-123456789"
|
||||
fakeVolumeName = "test-vol-0001"
|
||||
fakeVolumeID = "1234567890"
|
||||
fakeDev = "/dev/testABC"
|
||||
fakeSdcID = "test-sdc-123456789"
|
||||
fakeVolumeID = "1234567890"
|
||||
fakeDev = "/dev/testABC"
|
||||
|
||||
fakeConfig = map[string]string{
|
||||
confKey.gateway: "http://sio.gateway:1234",
|
||||
|
Loading…
Reference in New Issue
Block a user