Correct AWS EBS comment

pull/6/head
Kel Cecil 2015-09-16 14:04:36 -04:00
parent c2ffe68d0f
commit 6687075300
1 changed files with 1 additions and 1 deletions

View File

@ -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