mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
cleanup: modifies the error caused due to merged PRs
This commit modifies the error of godot, cyclop, paralleltest linter caused due to merged PRs. Updates: #1586 Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// defaultVaultBackendPath is the default VAULT_BACKEND_PATH for secrets
|
||||
// defaultVaultBackendPath is the default VAULT_BACKEND_PATH for secrets.
|
||||
defaultVaultBackendPath = "secret/"
|
||||
)
|
||||
|
||||
|
@ -1212,9 +1212,9 @@ func waitForJobCompletion(c kubernetes.Interface, ns, job string, timeout int) e
|
||||
type kubectlAction string
|
||||
|
||||
const (
|
||||
// kubectlCreate tells retryKubectlInput() to run "create"
|
||||
// kubectlCreate tells retryKubectlInput() to run "create".
|
||||
kubectlCreate = kubectlAction("create")
|
||||
// kubectlDelete tells retryKubectlInput() to run "delete"
|
||||
// kubectlDelete tells retryKubectlInput() to run "delete".
|
||||
kubectlDelete = kubectlAction("delete")
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user