k3s/pkg/kubelet/deviceplugin
Kubernetes Submit Queue c1925d4944 Merge pull request #52747 from RenaudWasTaken/connexion-closed
Automatic merge from submit-queue (batch tested with PRs 52747, 54329). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Device Plugin Endpoints correctly closes client connexion

**What this PR does / why we need it**:
Endpoints in the device plugin may unexpectedly end. Currently the connexion will not be properly closed.
This commit aims to fix this
Related issues #51993

**Special notes for your reviewer**: @jiayingz @mindprince @vishh 

**Release note**:
```release-note
NONE
```
2017-10-20 20:41:06 -07:00
..
BUILD unnecessary functions cleanup for deviceplugin 2017-10-20 09:37:59 +08:00
OWNERS Add an OWNERS file for deviceplugin package. Update OWNERS file for gpu package. 2017-09-05 13:46:13 -07:00
device_plugin_stub.go bump device plugin version to v1alpha2 to reflect the change to AllocateResponce API 2017-10-19 10:35:24 -07:00
endpoint.go Merge pull request #52747 from RenaudWasTaken/connexion-closed 2017-10-20 20:41:06 -07:00
endpoint_test.go unnecessary functions cleanup for deviceplugin 2017-10-20 09:37:59 +08:00
manager.go Merge pull request #52747 from RenaudWasTaken/connexion-closed 2017-10-20 20:41:06 -07:00
manager_test.go unnecessary functions cleanup for deviceplugin 2017-10-20 09:37:59 +08:00
types.go unnecessary functions cleanup for deviceplugin 2017-10-20 09:37:59 +08:00