Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add kubelet client for Pod resource info #231

Merged
merged 2 commits into from
Mar 22, 2019

Commits on Mar 20, 2019

  1. update vendor dependencies for kubelet client

    adding new imported package dependencies in vendor which is required
    for Kubelet Pod Resource api client.
    
    Change-Id: If6c74598e12af5f8659df69371e72dd064823f49
    ahalimx86 committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    81afd29 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. add kubelet client for Pod resource info

    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](kubernetes/kubernetes#70508)
    
    Change-Id: I11e58ccdd52662601f445fa24c7d55c225441efc
    Signed-off-by: Abdul Halim <abdul.halim@intel.com>
    ahalimx86 committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    97c195b View commit details
    Browse the repository at this point in the history