mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
Fix typo
This commit is contained in:
parent
0232df5093
commit
abf181ba48
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user