Skip to content

Commit

Permalink
Merge pull request #52 from rollandf/typo-gw
Browse files Browse the repository at this point in the history
bug: fix typo in IPPool defaultGateway
  • Loading branch information
ykulazhenkov authored Sep 19, 2024
2 parents 5a33474 + 3e08e3f commit 6ce8885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1alpha1/ippool_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type IPPoolSpec struct {
// selector for nodes, if empty match all nodes
NodeSelector *corev1.NodeSelector `json:"nodeSelector,omitempty"`
// if true, add gateway as default gateway in the routes list
DefaultGateway bool `json:"defautGateway,omitempty"`
DefaultGateway bool `json:"defaultGateway,omitempty"`
// static routes list using the gateway specified in the spec.
Routes []Route `json:"routes,omitempty"`
}
Expand Down
2 changes: 1 addition & 1 deletion deploy/crds/nv-ipam.nvidia.com_ippools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
spec:
description: IPPoolSpec contains configuration for IP pool
properties:
defautGateway:
defaultGateway:
description: if true, add gateway as default gateway in the routes
list
type: boolean
Expand Down

0 comments on commit 6ce8885

Please sign in to comment.