mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
Correct AWS EBS comment
This commit is contained in:
parent
c2ffe68d0f
commit
6687075300
@ -132,7 +132,7 @@ type ebsManager interface {
|
||||
DetachDisk(c *awsElasticBlockStoreCleaner) error
|
||||
}
|
||||
|
||||
// awsElasticBlockStore volumes are disk resources provided by Google Compute Engine
|
||||
// awsElasticBlockStore volumes are disk resources provided by Amazon Web Services
|
||||
// that are attached to the kubelet's host machine and exposed to the pod.
|
||||
type awsElasticBlockStore struct {
|
||||
volName string
|
||||
|
Loading…
Reference in New Issue
Block a user