mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
fix the gcfg typo
This commit is contained in:
parent
fb5181a596
commit
4758f9953b
@ -83,7 +83,7 @@ func (d *MyDuration) UnmarshalText(text []byte) error {
|
|||||||
type LoadBalancerOpts struct {
|
type LoadBalancerOpts struct {
|
||||||
SubnetId string `gcfg:"subnet-id"` // required
|
SubnetId string `gcfg:"subnet-id"` // required
|
||||||
FloatingNetworkId string `gcfg:"floating-network-id"`
|
FloatingNetworkId string `gcfg:"floating-network-id"`
|
||||||
LBMethod string `gfcg:"lb-method"`
|
LBMethod string `gcfg:"lb-method"`
|
||||||
CreateMonitor bool `gcfg:"create-monitor"`
|
CreateMonitor bool `gcfg:"create-monitor"`
|
||||||
MonitorDelay MyDuration `gcfg:"monitor-delay"`
|
MonitorDelay MyDuration `gcfg:"monitor-delay"`
|
||||||
MonitorTimeout MyDuration `gcfg:"monitor-timeout"`
|
MonitorTimeout MyDuration `gcfg:"monitor-timeout"`
|
||||||
|
Loading…
Reference in New Issue
Block a user