Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit d59326b

Browse files
committed
Move IPAM into Galactic conf
1 parent c164c7e commit d59326b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cniconfig/cniconfig.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ type PluginConfGalactic struct {
2121
VPCAttachment string `json:"vpcattachment"`
2222
MTU int `json:"mtu,omitempty"`
2323
Terminations []Termination `json:"terminations,omitempty"`
24+
IPAM IPAM `json:"ipam,omitempty"`
2425
}
2526

2627
type Termination struct {

0 commit comments

Comments
 (0)