• Matt Butcher's avatar
    fix(tiller): allow 3rd party APIs · f27791c3
    Matt Butcher authored
    This feature has been disabled in the past because simply enabling the
    feature causes the Kubernetes library to make requests to a server.
    Thus, running any tests that use the 'pkg/kube' library has required
    running a kube API server.
    
    This patch makes it possible to selectively activate 3rdParty API
    support, and then disables that support during testing.
    
    Future versions of the Kubernetes library appear to make it easier to
    configure and mock this behavior, so this is most likely a stop-gap
    measure. (Famous last words.)
    
    Closes #1472
    f27791c3
Name
Last commit
Last update
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...