Merge pull request #23582 from zhouhaibing089/typo_fix

Automatic merge from submit-queue

fix the gcfg typo

little fix in the openstack cloud provider.
pull/6/head
k8s-merge-robot 2016-03-31 17:28:37 -07:00
commit 421249785d
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"`