mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
in persistent_volumes-local.go has the parentheses of var define
This commit is contained in:
parent
a4ce39248a
commit
23fbb70291
@ -300,9 +300,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S
|
|||||||
})
|
})
|
||||||
|
|
||||||
Context("when using local volume provisioner", func() {
|
Context("when using local volume provisioner", func() {
|
||||||
var (
|
var volumePath string
|
||||||
volumePath string
|
|
||||||
)
|
|
||||||
|
|
||||||
BeforeEach(func() {
|
BeforeEach(func() {
|
||||||
setupLocalVolumeProvisioner(config)
|
setupLocalVolumeProvisioner(config)
|
||||||
|
Loading…
Reference in New Issue
Block a user