mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +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"
|
config "k8s.io/kubernetes/test/e2e/framework/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
|
||||||
deployTimeout int
|
|
||||||
deployCephFS bool
|
|
||||||
deployRBD bool
|
|
||||||
cephCSINamespace string
|
|
||||||
rookNamespace string
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
log.SetOutput(GinkgoWriter)
|
log.SetOutput(GinkgoWriter)
|
||||||
|
|
||||||
|
@ -36,6 +36,13 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
// cli flags
|
||||||
|
deployTimeout int
|
||||||
|
deployCephFS bool
|
||||||
|
deployRBD bool
|
||||||
|
cephCSINamespace string
|
||||||
|
rookNamespace string
|
||||||
|
|
||||||
vaultAddr = fmt.Sprintf("http://vault.%s.svc.cluster.local:8200", cephCSINamespace)
|
vaultAddr = fmt.Sprintf("http://vault.%s.svc.cluster.local:8200", cephCSINamespace)
|
||||||
poll = 2 * time.Second
|
poll = 2 * time.Second
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user