kubernetes/pkg/kubelet/cm/deviceplugin
Kubernetes Submit Queue 6f35d49079
Merge pull request #52149 from lichuqiang/combineListwatch
Automatic merge from submit-queue. 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>.

Deviceplugin refactoring: merge func list and listwatch in endpoint into one

**What this PR does / why we need it**:
merge func list and listwatch in endpoint into one, since we won't call list func individually

**Which issue this PR fixes**
fixes #51993
Part2

**Special notes for your reviewer**:
/cc @jiayingz @RenaudWasTaken @vishh

**Release note**:

```release-note
NONE
```
2017-11-15 16:56:51 -08:00
..
BUILD Update generated files 2017-11-09 12:14:08 +01:00
device_plugin_handler_stub.go add admission handler for device resources allocation 2017-11-02 09:17:48 +08:00
device_plugin_handler_test.go update unit test for plugin resources allocation reinforcement 2017-11-02 09:18:24 +08:00
device_plugin_handler.go Add more comments for HandlerImpl struct 2017-11-03 18:24:32 +08:00
device_plugin_stub.go Move device plugin related files under pkg/kubelet/cm/deviceplugin/. 2017-10-24 14:17:20 -07:00
endpoint_test.go pass devices of previous endpoint into re-registered one to avoid potential orphaned devices upon re-registration 2017-11-14 16:43:19 +08:00
endpoint.go pass devices of previous endpoint into re-registered one to avoid potential orphaned devices upon re-registration 2017-11-14 16:43:19 +08:00
manager_test.go pass devices of previous endpoint into re-registered one to avoid potential orphaned devices upon re-registration 2017-11-14 16:43:19 +08:00
manager.go Merge pull request #52149 from lichuqiang/combineListwatch 2017-11-15 16:56:51 -08:00
OWNERS Adds jiayingz@ and vish@ as approvers for pkg/kubelet/cm/deviceplugin/. 2017-11-14 15:27:02 -08:00
pod_devices.go Move podDevices code into a separate file. 2017-10-24 17:48:59 -07:00
types.go Better error messages and logging while registering device plugins. 2017-10-26 15:17:38 -07:00