From 2e604cb62e1980d2a6b0f5942264fd86dab7cc2e Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 6 Aug 2019 08:58:48 +0000 Subject: [PATCH] =?UTF-8?q?climc:=20lb-create:=20=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E6=8C=87=E5=AE=9Acluster?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/mcclient/options/loadbalancers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/mcclient/options/loadbalancers.go b/pkg/mcclient/options/loadbalancers.go index 772ccec96d..5e2444286e 100644 --- a/pkg/mcclient/options/loadbalancers.go +++ b/pkg/mcclient/options/loadbalancers.go @@ -23,6 +23,7 @@ type LoadbalancerCreateOptions struct { ChargeType string `choices:"traffic|bandwidth"` Bandwidth int Zone string + Cluster string Manager string }