Correct AWS EBS comment
This commit is contained in:
		@@ -132,7 +132,7 @@ type ebsManager interface {
 | 
				
			|||||||
	DetachDisk(c *awsElasticBlockStoreCleaner) error
 | 
						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.
 | 
					// that are attached to the kubelet's host machine and exposed to the pod.
 | 
				
			||||||
type awsElasticBlockStore struct {
 | 
					type awsElasticBlockStore struct {
 | 
				
			||||||
	volName string
 | 
						volName string
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user