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.
1 parent 82ba388 commit 65d1ff9Copy full SHA for 65d1ff9
api/v1alpha2/linodecluster_types.go
@@ -184,7 +184,7 @@ type NetworkSpec struct {
184
// NodeBalancerBackendIPv4Range is the subnet range we want to provide for creating nodebalancer in VPC.
185
// example: 10.10.10.0/30
186
// +optional
187
- NodeBalancerBackendIPv4Range string `json:"NodeBalancerBackendIPv4Range,omitempty"`
+ NodeBalancerBackendIPv4Range string `json:"nodeBalancerBackendIPv4Range,omitempty"`
188
}
189
190
type LinodeNBPortConfig struct {
0 commit comments