We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53ed4e commit 4623730Copy full SHA for 4623730
internal/plugin/server.go
@@ -105,7 +105,7 @@ func getPluginSocketPath(resource spec.ResourceName) string {
105
106
func (plugin *nvidiaDevicePlugin) initialize() {
107
plugin.server = grpc.NewServer([]grpc.ServerOption{}...)
108
- plugin.health = make(chan *rm.DeviceEvent,10)
+ plugin.health = make(chan *rm.DeviceEvent, 10)
109
plugin.stop = make(chan interface{})
110
}
111
0 commit comments