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

Limit Pod.List calls by namespace #20

Merged

Commits on Dec 18, 2018

  1. Limit the list of Pod.List calls by namespace

    On larger clusters with thousands of pods listing all pods is too expensive.
    
    Signed-off-by: Blake <blake.barnett@postmates.com>
    Blake committed Dec 18, 2018
    Copy the full SHA
    7612a46 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Bump minor version to 1.1.0

    Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
    seeker89 committed Dec 19, 2018
    Copy the full SHA
    63e7820 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e4eaca5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Copy the full SHA
    33655dd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a8aa0ce View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
    seeker89 committed Dec 20, 2018
    Copy the full SHA
    8a2d9e6 View commit details
    Browse the repository at this point in the history
  4. Explicitly return empty string on error reading namespace

    Signed-off-by: Mikolaj Pawlikowski <mikolaj@pawlikowski.pl>
    seeker89 committed Dec 20, 2018
    Copy the full SHA
    5bad429 View commit details
    Browse the repository at this point in the history