File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ type CIDRPoolSpec struct {
49
49
// selector for nodes, if empty match all nodes
50
50
NodeSelector * corev1.NodeSelector `json:"nodeSelector,omitempty"`
51
51
// if true, add gateway as default gateway in the routes list
52
- DefaultGateway bool `json:"defautGateway ,omitempty"`
52
+ DefaultGateway bool `json:"defaultGateway ,omitempty"`
53
53
// static routes list. The gateway used will according to the node allocation.
54
54
Routes []Route `json:"routes,omitempty"`
55
55
}
Original file line number Diff line number Diff line change 49
49
is define in perNodeNetworkPrefix) and distributed between matching
50
50
nodes
51
51
type : string
52
- defautGateway :
52
+ defaultGateway :
53
53
description : if true, add gateway as default gateway in the routes
54
54
list
55
55
type : boolean
You can’t perform that action at this time.
0 commit comments