climc: lb-create: 允许指定cluster

This commit is contained in:
Yousong Zhou
2019-08-06 11:51:44 +00:00
parent 727e537a88
commit 2e604cb62e
+1
View File
@@ -23,6 +23,7 @@ type LoadbalancerCreateOptions struct {
ChargeType string `choices:"traffic|bandwidth"`
Bandwidth int
Zone string
Cluster string
Manager string
}