mbohlool
25f0211854
Merge pull request #65 from webwurst/patch-1
...
Add missing parentheses to print()
2016-12-14 10:52:04 -08:00
Tobias Bradtke
38888d3450
Add missing parentheses to print()
2016-12-14 12:50:06 +01:00
mbohlool
be854fe3bf
Merge pull request #60 from kubernetes-incubator/c2
...
Add CHANGELOG.md
2016-12-12 23:42:48 -08:00
mbohlool
a3d22b9826
Add CHANGELOG.md
2016-12-12 23:41:19 -08:00
mbohlool
00a19bd308
Merge pull request #61 from mbohlool/c1
...
Pass clinet version to client generator
2016-12-12 23:40:38 -08:00
mbohlool
69d0d5c5bb
Update generated client
2016-12-12 23:37:17 -08:00
mbohlool
2944e5b62c
Set versions to snapshot for non-release branches
2016-12-12 23:37:16 -08:00
mbohlool
a7c3b634db
Pass client version to client generator
2016-12-12 23:37:15 -08:00
mbohlool
21f65ee26d
Merge pull request #59 from kubernetes-incubator/c1
...
Download OpenAPI spec directly from k8s release branch
2016-12-12 22:10:51 -08:00
mbohlool
41490c80cb
Update client
2016-12-08 13:21:07 -08:00
mbohlool
4c14ab38bb
Download OpenAPI spec directly from k8s release branch
2016-12-08 13:21:06 -08:00
mbohlool
baba523c28
Merge pull request #56 from kubernetes-incubator/mbohlool-patch-1
...
Update README.md file with a link to SIG API Machinery
2016-12-02 16:28:26 -08:00
mbohlool
c5d6952258
Update README.md file with a link to SIG API Machinery
2016-12-02 16:23:42 -08:00
mbohlool
d5153bc990
Merge pull request #54 from kubernetes-incubator/o7
...
Adding codecov.io report and badge
2016-12-01 23:59:39 -08:00
mbohlool
2220b7e0c6
Add code test coverage for non-generated packages
2016-12-01 16:14:51 -08:00
mbohlool
5677578313
Merge pull request #50 from kubernetes-incubator/o6
...
Kube config loader improvement
2016-12-01 16:11:30 -08:00
mbohlool
b888000b4a
- Add context switch to kube config loader
...
- Refactor kube config loader to be able to test it
- Add test for kube config loader
2016-12-01 16:08:14 -08:00
mbohlool
acc07d720b
incluster_config loader should fail on empty host/port or cert/token file
2016-12-01 16:08:13 -08:00
mbohlool
66e4f5ff70
Move ConfigException out of incluster_config and in it's own file
2016-12-01 16:07:14 -08:00
mbohlool
812125f9f2
Merge pull request #53 from kubernetes-incubator/fix
...
Fix examples syntax error
2016-12-01 01:48:39 -08:00
mbohlool
b088fe017f
Fix examples syntax error
2016-12-01 01:28:20 -08:00
mbohlool
738dcde51c
Merge pull request #51 from SEJeff/patch-1
...
Make the README example code more portable
2016-12-01 01:14:16 -08:00
Jeff Schroeder
699d71cfac
Make example code using config.load_kube_config() more portable
2016-11-30 19:43:34 -06:00
Jeff Schroeder
9850b70283
Make the README example code more portable
...
Also, the `$HOME` variable can be modified while `os.path.expanduser()` does the right thing.
This works on windows as well whereas the previous code did not.
2016-11-30 13:03:25 -06:00
mbohlool
ff9295b967
Merge pull request #47 from sebgoa/readme
...
README improvements
2016-11-28 11:18:42 -08:00
sebgoa
d0635ccdf3
README improvements
2016-11-28 11:21:00 +01:00
mbohlool
e7f30fac1b
Merge pull request #45 from kubernetes-incubator/o5
...
Update version to alpha.2 as alpha.1 is used for a failed release
2016-11-23 14:11:40 -08:00
mbohlool
000c873f75
Update version to alpha.2 as alpha.1 is used for a failed release
2016-11-23 14:07:43 -08:00
mbohlool
e3df5172e7
Merge pull request #44 from kubernetes-incubator/o5
...
Set package version in generated code
2016-11-23 14:00:58 -08:00
mbohlool
bc301e25cf
Set package version in generated code
2016-11-23 13:59:44 -08:00
mbohlool
c7b283348d
Merge pull request #43 from kubernetes-incubator/o5
...
Add ipaddress as a dependency.
2016-11-23 13:52:39 -08:00
mbohlool
f6e417df60
Add ipaddress as a dependency. urllib3 will fix ssl ipaddress hostnames if this package exists
2016-11-23 13:36:33 -08:00
mbohlool
b2f2f5ad23
Update formatting with scripts/update-pep8.sh
2016-11-23 13:35:35 -08:00
mbohlool
22e2737789
Merge pull request #42 from kubernetes-incubator/o5
...
Update versions
2016-11-23 12:21:41 -08:00
mbohlool
d42d43d539
Update generated client with changed spec version
2016-11-23 12:18:53 -08:00
mbohlool
9009bc0c30
Update OpenAPI spec version
2016-11-23 12:18:51 -08:00
mbohlool
7ed7856391
Update package version
2016-11-23 12:18:50 -08:00
mbohlool
9506c55af7
Merge pull request #32 from kubernetes-incubator/o4
...
Add in-cluster config support
2016-11-23 10:57:53 -08:00
mbohlool
ba3e22a7ac
Add incluster config support
2016-11-23 10:31:22 -08:00
mbohlool
149d0ad7ef
Merge pull request #35 from kubernetes-incubator/o1
...
Separate package util into config and watch package
2016-11-22 17:55:04 -08:00
mbohlool
26ac2c4a12
Separate package util into config and watch package
2016-11-22 17:52:46 -08:00
mbohlool
44395d4241
Merge pull request #31 from kubernetes-incubator/o1
...
Restructure modules to have a top level kubernetes module
2016-11-22 17:34:30 -08:00
mbohlool
b71a00dab7
Update package information in setup.py
2016-11-22 17:30:54 -08:00
mbohlool
ff365db2bf
Update README.md file
2016-11-22 17:30:54 -08:00
mbohlool
cafbdf0dee
Update examples
2016-11-22 17:23:42 -08:00
mbohlool
b715e998b0
Export util and client modules in top level kubernetes module
2016-11-22 17:23:41 -08:00
mbohlool
47340d13d0
Move k8sutil to kubernetes/util and update imports
2016-11-22 17:23:41 -08:00
mbohlool
c120630aa3
Update/move generated client
2016-11-22 17:23:41 -08:00
mbohlool
aa671e2946
Update generate script to generate client in a new subdirectory
2016-11-22 17:23:39 -08:00
mbohlool
880091df55
Merge pull request #9 from kubernetes-incubator/o2
...
Remove watch_* operations in favor of "list_*(watch=True)"
2016-11-21 15:23:16 -08:00