소스 검색

add comment

Sean Holcomb 4 년 전
부모
커밋
d173c01450
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pkg/cloud/awsprovider.go

+ 1 - 0
pkg/cloud/awsprovider.go

@@ -2057,6 +2057,7 @@ func (aws *AWS) CombinedDiscountForNode(instanceType string, isPreemptible bool,
 	return 1.0 - ((1.0 - defaultDiscount) * (1.0 - negotiatedDiscount))
 }
 
+// Regions returns a predefined list of AWS regions
 func (aws *AWS) Regions() []string {
 	return awsRegions
 }