We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b75b1b1 + d3d0882 commit 55972abCopy full SHA for 55972ab
pkg/oci/client/config.go
@@ -42,7 +42,7 @@ type LoadBalancerConfig struct {
42
// has setup a rule that allows inbound traffic to the appropriate ports
43
// for kube proxy health port, node port ranges, and health check port ranges.
44
// E.g. 10.82.0.0/16 30000-32000
45
- DisableSecurityListManagement bool `gcfg:"disableSecurityListManagement,omitempty"`
+ DisableSecurityListManagement bool `yaml:"disableSecurityListManagement"`
46
47
Subnet1 string `yaml:"subnet1"`
48
Subnet2 string `yaml:"subnet2"`
0 commit comments