We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed3ba5e + d1622c4 commit 301b23eCopy full SHA for 301b23e
1 file changed
controller.go
@@ -128,14 +128,11 @@ type ipamData struct {
128
129
type driverTable map[string]*driverData
130
131
-//type networkTable map[string]*network
132
-//type endpointTable map[string]*endpoint
133
type ipamTable map[string]*ipamData
134
type sandboxTable map[string]*sandbox
135
136
type controller struct {
137
- id string
138
- //networks networkTable
+ id string
139
drivers driverTable
140
ipamDrivers ipamTable
141
sandboxes sandboxTable
0 commit comments