Skip to content

Commit 74130d1

Browse files
committed
Add todo comments
1 parent 1150df0 commit 74130d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/gce-pd-csi-driver/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ func handle() {
237237

238238
initialBackoffDuration := time.Duration(*errorBackoffInitialDurationMs) * time.Millisecond
239239
maxBackoffDuration := time.Duration(*errorBackoffMaxDurationMs) * time.Millisecond
240+
// TODO(2042): Move more of the constructor args into this struct
240241
args := &driver.GCEControllerServerArgs{
241242
EnableDiskTopology: *diskTopology,
242243
}
@@ -265,6 +266,7 @@ func handle() {
265266
klog.Fatalf("Failed to get node info from API server: %v", err.Error())
266267
}
267268

269+
// TODO(2042): Move more of the constructor args into this struct
268270
nsArgs := &driver.NodeServerArgs{
269271
EnableDeviceInUseCheck: *enableDeviceInUseCheck,
270272
DeviceInUseTimeout: *deviceInUseTimeout,

0 commit comments

Comments
 (0)