瀏覽代碼

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
 }