Merge pull request #98156 from wzshiming/fix-typo

Fix typo
This commit is contained in:
Kubernetes Prow Robot
2021-01-28 17:00:16 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
)
// Manager manages Kubernets secrets. This includes retrieving
// Manager manages Kubernetes secrets. This includes retrieving
// secrets or registering/unregistering them via Pods.
type Manager interface {
// Get secret by secret namespace and name.

View File

@@ -211,7 +211,7 @@ func (t *awsElasticBlockStoreCSITranslator) RepairVolumeHandle(volumeHandle, nod
var awsVolumeRegMatch = regexp.MustCompile("^vol-[^/]*$")
// KubernetesVolumeIDToEBSVolumeID translates Kubernetes volume ID to EBS volume ID
// KubernetsVolumeID forms:
// KubernetesVolumeID forms:
// * aws://<zone>/<awsVolumeId>
// * aws:///<awsVolumeId>
// * <awsVolumeId>