Skip to content

Commit 3965aba

Browse files
committed
Get the constants together
1 parent 1895527 commit 3965aba

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/cmd/cli/cmd/set/volume.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ import (
2929
"github.com/openshift/origin/pkg/cmd/util/clientcmd"
3030
)
3131

32-
const volumePrefix = "volume-"
33-
const storageAnnClass = "volume.beta.kubernetes.io/storage-class"
32+
const (
33+
volumePrefix = "volume-"
34+
storageAnnClass = "volume.beta.kubernetes.io/storage-class"
35+
)
3436

3537
var (
3638
volumeLong = templates.LongDesc(`

0 commit comments

Comments
 (0)