Skip to content

Commit 65d1ff9

Browse files
committed
typo fix
1 parent 82ba388 commit 65d1ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha2/linodecluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ type NetworkSpec struct {
184184
// NodeBalancerBackendIPv4Range is the subnet range we want to provide for creating nodebalancer in VPC.
185185
// example: 10.10.10.0/30
186186
// +optional
187-
NodeBalancerBackendIPv4Range string `json:"NodeBalancerBackendIPv4Range,omitempty"`
187+
NodeBalancerBackendIPv4Range string `json:"nodeBalancerBackendIPv4Range,omitempty"`
188188
}
189189

190190
type LinodeNBPortConfig struct {

0 commit comments

Comments
 (0)