File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ func handle() {
237
237
238
238
initialBackoffDuration := time .Duration (* errorBackoffInitialDurationMs ) * time .Millisecond
239
239
maxBackoffDuration := time .Duration (* errorBackoffMaxDurationMs ) * time .Millisecond
240
+ // TODO(2042): Move more of the constructor args into this struct
240
241
args := & driver.GCEControllerServerArgs {
241
242
EnableDiskTopology : * diskTopology ,
242
243
}
@@ -265,6 +266,7 @@ func handle() {
265
266
klog .Fatalf ("Failed to get node info from API server: %v" , err .Error ())
266
267
}
267
268
269
+ // TODO(2042): Move more of the constructor args into this struct
268
270
nsArgs := & driver.NodeServerArgs {
269
271
EnableDeviceInUseCheck : * enableDeviceInUseCheck ,
270
272
DeviceInUseTimeout : * deviceInUseTimeout ,
You can’t perform that action at this time.
0 commit comments