1. 14 Jan, 2016 1 commit
  2. 13 Jan, 2016 1 commit
  3. 12 Jan, 2016 4 commits
  4. 08 Jan, 2016 3 commits
  5. 07 Jan, 2016 7 commits
  6. 06 Jan, 2016 5 commits
  7. 18 Dec, 2015 3 commits
  8. 17 Dec, 2015 1 commit
  9. 15 Dec, 2015 2 commits
  10. 11 Dec, 2015 7 commits
  11. 10 Dec, 2015 3 commits
  12. 09 Dec, 2015 1 commit
  13. 08 Dec, 2015 2 commits
    • runseb's avatar
      Logic for the token is wrong · 4e1c7eb6
      runseb authored
      The use of token or basic auth was a conditional inside the TLS verify loop.
      You can use TLS or skip the verification and use token or basic auth.
      
      Just a tab issue. Put the token conditional outside the kubeInsecure check.
      
      Also handled the case that we actually switch the boolean for skip TLS and forced it to replace true or false.
      4e1c7eb6
    • vaikas-google's avatar
      Merge pull request #131 from jackgr/implement-stdin · 1d51ef1b
      vaikas-google authored
      Implement --stdin flag on command line.
      1d51ef1b