python/scripts
Davanum Srinivas 353e8ccdc8 Switch to minikube/localkube
* Drop the old Kubernetes on docker containers method as it
  did not have a SSL enabled port
* Use localkube component from minikube instead. This enables
  us to drop the hitch TLS proxy as well.
* E2E tests should be easy to run locally and pick up configuration
  from ~/.kube/config
* Consolidate the urls in one spot (base.py), also consolidate the
  SkipTest in one spot.
* For local testing, just run minikube and run the py27 or py34 tox
  target, that should run all the tests including the e2e tests.
* Fix the connect_post_namespaced_pod_exec and add a e2e test for it

Fixes #122
2017-02-09 15:49:04 -05:00
..
.gitignore Add semi-auto code formatting script 2016-11-16 16:16:26 -08:00
constants.py Update spec version to latest spec in k8s 1.5 release 2017-01-10 13:20:02 -08:00
kube-init.sh Switch to minikube/localkube 2017-02-09 15:49:04 -05:00
pom.xml Pass client version to client generator 2016-12-12 23:37:15 -08:00
preprocess_spec.py tox target to enforce pep8 2017-01-12 16:47:45 -05:00
release.sh Update release steps to add source distribution 2017-01-03 14:09:12 -08:00
swagger.json Update generated client after bugfix kubernetes/kubernetes#39465 2017-01-10 13:20:19 -08:00
update-client.sh Bugfix: kubernetes/client/__init__.py was not updated resulting in not exported models 2017-01-19 13:58:20 -08:00
update-pep8.sh tox target to enforce pep8 2017-01-12 16:47:45 -05:00