intel-device-plugins-for-ku.../internal/deviceplugin
Ismo Puustinen d2e829b0de deviceplugin: don't call a method on a nil value.
If grpc.Dial() call fails, a nil connection is returned. Don't defer a
conn.Close() call before checking the error value.
2018-08-21 15:35:46 +03:00
..
api.go refactor device plugins to increase code reuse 2018-07-30 15:29:33 +03:00
manager_test.go replace glog with simpler home-grown debug logging 2018-08-16 17:40:16 +03:00
manager.go replace glog with simpler home-grown debug logging 2018-08-16 17:40:16 +03:00
server_test.go replace glog with simpler home-grown debug logging 2018-08-16 17:40:16 +03:00
server.go deviceplugin: don't call a method on a nil value. 2018-08-21 15:35:46 +03:00