fix the gcfg typo

This commit is contained in:
zhouhaibing089 2016-03-29 23:29:41 +08:00 committed by haibzhou
parent 17836168f6
commit 83503feb4f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func (d *MyDuration) UnmarshalText(text []byte) error {
type LoadBalancerOpts struct {
SubnetId string `gcfg:"subnet-id"` // required
FloatingNetworkId string `gcfg:"floating-network-id"`
LBMethod string `gfcg:"lb-method"`
LBMethod string `gcfg:"lb-method"`
CreateMonitor bool `gcfg:"create-monitor"`
MonitorDelay MyDuration `gcfg:"monitor-delay"`
MonitorTimeout MyDuration `gcfg:"monitor-timeout"`