Files
kubernetes/pkg/kubelet/cm/devicemanager/device_plugin_stub.go
Ismo Puustinen dd3eeb3f46 device manager: don't do operations on nil pointer.
If grpc.DialContext() fails, a nil connection is returned. Check the
error before calling conn.Close().
2018-08-21 15:20:36 +03:00

6.7 KiB