mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #54545 from jianglingxia/jlx-102516
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Delete the parentheses in volumes.go **What this PR does / why we need it**: there has only one para so no need the () **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
This commit is contained in:
commit
e7f5d0547c
@ -300,9 +300,7 @@ var _ = SIGDescribe("PersistentVolumes-local [Feature:LocalPersistentVolumes] [S
|
||||
})
|
||||
|
||||
Context("when using local volume provisioner", func() {
|
||||
var (
|
||||
volumePath string
|
||||
)
|
||||
var volumePath string
|
||||
|
||||
BeforeEach(func() {
|
||||
setupLocalVolumeProvisioner(config)
|
||||
|
@ -535,9 +535,7 @@ var _ = SIGDescribe("Volumes", func() {
|
||||
Describe("vsphere [Feature:Volumes]", func() {
|
||||
It("should be mountable", func() {
|
||||
framework.SkipUnlessProviderIs("vsphere")
|
||||
var (
|
||||
volumePath string
|
||||
)
|
||||
var volumePath string
|
||||
config := framework.VolumeTestConfig{
|
||||
Namespace: namespace.Name,
|
||||
Prefix: "vsphere",
|
||||
|
Loading…
Reference in New Issue
Block a user