Skip to content

Commit

Permalink
add kubelet client for Pod resource info
Browse files Browse the repository at this point in the history
This change introduces kubelet client to get allocated device
information of a Pod from newly added Kubelet grpc service.
For more information please see:
kubernetes/kubernetes#70508

With this kubelet service we no longer need to rely on kubelet
checkpoint file to get device information.

Change-Id: I3ba098cfea9a0e798f065a4d9b39d0085e125407
Signed-off-by: Abdul Halim <abdul.halim@intel.com>
  • Loading branch information
ahalimx86 committed Jan 9, 2019
1 parent fe6b68d commit 7304cfa
Show file tree
Hide file tree
Showing 12,548 changed files with 2,815,943 additions and 554 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
113 changes: 0 additions & 113 deletions checkpoint/checkpoint.go

This file was deleted.

120 changes: 0 additions & 120 deletions checkpoint/checkpoint_test.go

This file was deleted.

64 changes: 57 additions & 7 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@ import:
- kubernetes
- tools/clientcmd
- util/retry
- package: k8s.io/kubernetes
version: v1.13.0
subpackages:
- pkg/kubelet/apis/podresources
- pkg/kubelet/apis/podresources/v1alpha1
- pkg/kubelet/util
- package: github.com/vishvananda/netns
- package: github.com/pkg/errors

0 comments on commit 7304cfa

Please sign in to comment.