mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
Fix undeclared golangci-lint warnings
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
c45c426215
commit
24405dc178
@ -14,14 +14,6 @@ import (
|
||||
config "k8s.io/kubernetes/test/e2e/framework/config"
|
||||
)
|
||||
|
||||
var (
|
||||
deployTimeout int
|
||||
deployCephFS bool
|
||||
deployRBD bool
|
||||
cephCSINamespace string
|
||||
rookNamespace string
|
||||
)
|
||||
|
||||
func init() {
|
||||
log.SetOutput(GinkgoWriter)
|
||||
|
||||
|
@ -36,6 +36,13 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
// cli flags
|
||||
deployTimeout int
|
||||
deployCephFS bool
|
||||
deployRBD bool
|
||||
cephCSINamespace string
|
||||
rookNamespace string
|
||||
|
||||
vaultAddr = fmt.Sprintf("http://vault.%s.svc.cluster.local:8200", cephCSINamespace)
|
||||
poll = 2 * time.Second
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user