Merge pull request #134926 from m4rc0555/fix-typo-iscsi-provideded

Fix typo in iscsi.go comment: provideded -> provided
This commit is contained in:
Kubernetes Prow Robot
2025-12-18 00:29:17 -08:00
committed by GitHub

View File

@@ -631,7 +631,7 @@ func createSecretMap(spec *volume.Spec, plugin *iscsiPlugin, namespace string) (
}
if len(secretName) > 0 && len(secretNamespace) > 0 {
// if secret is provideded, retrieve it
// if secret is provided, retrieve it
kubeClient := plugin.host.GetKubeClient()
if kubeClient == nil {
return nil, fmt.Errorf("cannot get kube client")