We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bb443 commit 540ffb6Copy full SHA for 540ffb6
pkg/clb/clb.go
@@ -23,7 +23,7 @@ func Init(secretId, secretKey, region, vpcId, clusterID string) {
23
}
24
defaultRegion = region
25
defaultVpcId = vpcId
26
- if cluster == "" {
+ if clusterID == "" {
27
panic("clusterId is required")
28
29
clusterId = clusterID
0 commit comments