소스 검색

Fix comment

Bianca Burtoiu 4 년 전
부모
커밋
3582bc7238
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/cloud/gcpprovider.go

+ 1 - 1
pkg/cloud/gcpprovider.go

@@ -297,7 +297,7 @@ func (gcp *GCP) UpdateConfig(r io.Reader, updateType string) (*CustomPricing, er
 	})
 	})
 }
 }
 
 
-// ClusterName returns the name of a GKE cluster, as provided by metadata.
+// ClusterInfo returns information on the GKE cluster, as provided by metadata.
 func (gcp *GCP) ClusterInfo() (map[string]string, error) {
 func (gcp *GCP) ClusterInfo() (map[string]string, error) {
 	remoteEnabled := env.IsRemoteEnabled()
 	remoteEnabled := env.IsRemoteEnabled()