Commit Graph

125 Commits

Author SHA1 Message Date
Mehdy Bohlool
ce8e08226d Merge pull request #95 from dims/initial-documentation
Initial cut at documentation
2017-01-11 22:50:18 -08:00
Davanum Srinivas
0ca9210d31 Initial cut at documentation 2017-01-11 16:13:30 -05:00
Mehdy Bohlool
3220a96bc6 Merge pull request #92 from mbohlool/master
Kubernetes is not a valid value for Environment classifier in setup.py
2017-01-10 14:13:33 -08:00
mbohlool
a0b391abc1 Kubernetes is not a valid value for Environment classifier in setup.py 2017-01-10 14:10:23 -08:00
Mehdy Bohlool
cb8aadcc81 Merge pull request #91 from mbohlool/master
Update changelog
2017-01-10 13:55:03 -08:00
mbohlool
97c804ac59 Update changelog 2017-01-10 13:38:18 -08:00
Mehdy Bohlool
cd2342dc2e Merge pull request #90 from mbohlool/master
Update generated client after bugfix kubernetes/kubernetes#39465
2017-01-10 13:23:48 -08:00
mbohlool
b971b6b5d1 Update generated client after bugfix kubernetes/kubernetes#39465 2017-01-10 13:20:19 -08:00
mbohlool
1c563ec073 Update spec version to latest spec in k8s 1.5 release 2017-01-10 13:20:02 -08:00
Mehdy Bohlool
a25d5eb7cc Merge pull request #89 from mbohlool/master
Extract DevelopmentStatus as a constant to scripts/constants.py
2017-01-10 11:42:24 -08:00
mbohlool
58aa16506e Extract DevelopmentStatus as a constant to scripts/constants.py 2017-01-10 11:35:18 -08:00
Mehdy Bohlool
420d491bda Merge pull request #88 from dims/support-python35
Run Tests with python 3.5
2017-01-10 10:34:16 -08:00
Davanum Srinivas
d3a2d60d3e Add classifiers to setup.py
Add some classifiers for better metadata/information on pypi
2017-01-10 10:06:42 -05:00
Davanum Srinivas
9266f7c457 Run Tests with python 3.5
Update tox.ini and .travis.yml to support python 3.5
2017-01-10 09:30:03 -05:00
Mehdy Bohlool
d7f33ec53e Merge pull request #84 from mbohlool/master
Update release steps to add source distribution
2017-01-03 14:13:14 -08:00
mbohlool
68e6fd2bbc Update release steps to add source distribution 2017-01-03 14:09:12 -08:00
Mehdy Bohlool
6b84ac6599 Merge pull request #82 from mbohlool/master
Stop exporting scripts folder
2016-12-28 14:19:35 -08:00
mbohlool
ac03642173 Stop exporting script folder 2016-12-28 03:55:42 -08:00
mbohlool
6060d1c33a Merge pull request #80 from mbohlool/master
document release steps in a bash file
2016-12-28 03:51:48 -08:00
mbohlool
610a1f5794 document release steps in a bash file. 2016-12-27 17:15:47 -08:00
mbohlool
9d5a68d9fd Merge pull request #78 from mbohlool/bugfix
Bugfix: fix bearer token
2016-12-27 16:52:49 -08:00
mbohlool
aac5d71b39 Bugfix: Bearer token should have 'bearer ' prefix 2016-12-27 16:48:52 -08:00
mbohlool
508390f75f Merge pull request #76 from mbohlool/master
Fix package's long description
2016-12-21 00:30:20 -08:00
mbohlool
9f496564dc Fix package's long description 2016-12-20 14:36:42 -08:00
mbohlool
bb6123d30d Merge pull request #75 from kubernetes-incubator/mbohlool-patch-2
Update CHANGELOG.md
2016-12-19 16:22:03 -08:00
mbohlool
5bd8e7d421 Update CHANGELOG.md 2016-12-19 16:20:04 -08:00
mbohlool
eb4fc8833c Merge pull request #72 from mbohlool/master
Fix changelog version to snapshot for master
2016-12-19 14:24:52 -08:00
mbohlool
ce5b1dd0b7 Fix changelog version to snapshot for master 2016-12-19 14:20:58 -08:00
mbohlool
f125cc4959 Merge pull request #71 from mbohlool/multiple
Support connecting to multiple clusters
2016-12-19 14:17:44 -08:00
mbohlool
8c26b4b75b Support connecting to multiple clusters 2016-12-16 01:50:07 -08:00
mbohlool
729d543f6d Merge pull request #64 from mbohlool/c4
Add default kube config location
2016-12-15 14:49:31 -08:00
mbohlool
4d14edb757 Add default kube config location 2016-12-15 14:47:24 -08:00
mbohlool
8d536e6642 Merge pull request #69 from mbohlool/c6
Bugfix: Python client does not resolve relative paths in kubeconfig
2016-12-15 14:34:14 -08:00
mbohlool
b9d2b50ff6 Update CHANGELOG 2016-12-15 14:20:55 -08:00
mbohlool
a429afe91d Resolving cert files relative path using kube-config file path. 2016-12-15 14:20:48 -08:00
mbohlool
0b6fb4cf25 Merge pull request #67 from mbohlool/c5
Fix failing setup.py
2016-12-14 18:45:23 -08:00
mbohlool
4d3307bf7d Fix failing setup.py 2016-12-14 18:21:07 -08:00
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