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

api server lookups #1514

Merged
merged 9 commits into from Feb 1, 2021
Merged

api server lookups #1514

merged 9 commits into from Feb 1, 2021

Commits on Feb 1, 2021

  1. initial commit for api server lookups

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    85ed1ee View commit details
    Browse the repository at this point in the history
  2. initial commit for API server lookups

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    ac9860b View commit details
    Browse the repository at this point in the history
  3. Enhancing dockerfiles (multi-stage) of kyverno components and adding …

    …non-root user to the docker images (#1495)
    
    * Dockerfile refactored
    
    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    
    * Adding non-root commands to docker images and enhanced the dockerfiles
    
    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    
    * changing base image to scratch
    
    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    
    * Minor typo fix
    
    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    
    * changing dockerfiles to use /etc/passwd to use non-root user'
    
    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    
    * minor typo
    
    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    
    * minor typo
    
    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    imrajdas authored and JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    21d4a76 View commit details
    Browse the repository at this point in the history
  4. revert cli image name (#1507)

    Signed-off-by: Raj Babu Das <mail.rajdas@gmail.com>
    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    imrajdas authored and JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0d4b524 View commit details
    Browse the repository at this point in the history
  5. Refactor resourceCache; Reduce throttling requests (background contro…

    …ller) (#1500)
    
    * skip sending API request for filtered resource
    
    * fix PR comment
    
    Signed-off-by: Shuting Zhao <shutting06@gmail.com>
    
    * fixes #1490
    
    Signed-off-by: Shuting Zhao <shutting06@gmail.com>
    
    * fix bug - namespace is not returned properly
    
    Signed-off-by: Shuting Zhao <shutting06@gmail.com>
    
    * reduce throttling - list resource using lister
    
    * refactor resource cache
    
    * fix test
    
    Signed-off-by: Shuting Zhao <shutting06@gmail.com>
    
    * fix label selector
    
    Signed-off-by: Shuting Zhao <shutting06@gmail.com>
    
    * fix build failure
    
    Signed-off-by: Shuting Zhao <shutting06@gmail.com>
    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    realshuting authored and JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a30416c View commit details
    Browse the repository at this point in the history
  6. fix merge

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    9b87790 View commit details
    Browse the repository at this point in the history
  7. fix merge issues

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    73c24df View commit details
    Browse the repository at this point in the history
  8. fix unit test

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1156008 View commit details
    Browse the repository at this point in the history
  9. add nil check for API client

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    38be244 View commit details
    Browse the repository at this point in the history