open-nomad/nomad/volumewatcher
Tim Gross 1c6dcab56b
volumewatcher: remove spurious nil-check (#7858)
The nil-check here is left-over from an earlier approach that didn't
get merged. It doesn't do anything for us now as we can't ever pass it
`nil` and if we leave it in the `getVolume` call it guards will panic
anyways.
2020-05-04 12:28:32 -04:00
..
batcher.go csi: move volume claim release into volumewatcher (#7794) 2020-04-30 09:13:00 -04:00
batcher_test.go csi: move volume claim release into volumewatcher (#7794) 2020-04-30 09:13:00 -04:00
interfaces.go csi: move volume claim release into volumewatcher (#7794) 2020-04-30 09:13:00 -04:00
interfaces_test.go csi: move volume claim release into volumewatcher (#7794) 2020-04-30 09:13:00 -04:00
volume_watcher.go volumewatcher: remove spurious nil-check (#7858) 2020-05-04 12:28:32 -04:00
volume_watcher_test.go csi: move volume claim release into volumewatcher (#7794) 2020-04-30 09:13:00 -04:00
volumes_watcher.go csi: move volume claim release into volumewatcher (#7794) 2020-04-30 09:13:00 -04:00
volumes_watcher_test.go csi: ensure Read/WriteAllocs aren't released early (#7841) 2020-04-30 17:11:31 -04:00