Commit Graph

1899 Commits

Author SHA1 Message Date
micw523
de9b187054 Prepare for Python 3.7 tests 2018-11-09 19:58:26 -06:00
k8s-ci-robot
4d4ce21265
Merge pull request #677 from micw523/track-utils
Track utils with pycodestyle
2018-11-02 14:56:14 -07:00
k8s-ci-robot
949c39e662
Merge pull request #92 from TrevorEdwards/59_override
Refresh GCP tokens on retrieval by overriding client config method.
2018-11-02 14:12:49 -07:00
Xianglong Wang
725687038f Add codestyle tracking, fix codestyle 2018-11-02 16:00:47 -05:00
Trevor Edwards
8f3a69ea10 Refresh GCP tokens on retrieval by overriding client config method. 2018-11-02 13:40:16 -07:00
k8s-ci-robot
4da0fcc1e1
Merge pull request #99 from micw523/update-ubuntu-ver
Fix for Travis CI failing on python-base
2018-11-02 13:17:19 -07:00
micw523
be621d3d32
Fix for Travis CI failing on python-base 2018-11-02 15:00:22 -05:00
k8s-ci-robot
4c4b0195fb
Merge pull request #674 from roycaihw/8.0.0-base-readme
Update python-base submodule, README and CHANGELOG for 8.0.0 release
2018-11-01 16:40:29 -07:00
Haowei Cai
105c5f07b0 Update CHANGELOG and README on new feature and supported versions 2018-11-01 16:11:43 -07:00
Haowei Cai
c09023843c Update python-base submodule, pick up change:
use pycodestyle as pep8 has been deprecated (rename)
2018-11-01 16:06:11 -07:00
k8s-ci-robot
2dafb4bad3
Merge pull request #655 from micw523/master
Add kubectl create -f like feature
2018-10-31 17:47:30 -07:00
micw523
5a92ba65aa Add kubectl create -f feature 2018-10-31 19:34:18 -05:00
k8s-ci-robot
1efbab92c1
Merge pull request #446 from charly37/master
Add example for remote cluster without kube client on server
2018-10-31 16:48:15 -07:00
k8s-ci-robot
bfb89c613d
Merge pull request #665 from micw523/k8s-version-upgrade
Update Travis CI to use most current k8s server version
2018-10-30 19:02:26 -07:00
micw523
e63905302f Upgrade Travis CI k8s version 2018-10-30 20:40:26 -05:00
Charles Walker
67ae262a51 fix typo in comment 2018-10-30 09:25:54 -04:00
k8s-ci-robot
83ebb9d5fd
Merge pull request #95 from micw523/master
Pep8 has been renamed to pycodestyle
2018-10-29 14:23:08 -07:00
k8s-ci-robot
529c0d3c2f
Merge pull request #667 from micw523/k8s_pep8
change pep8 into pycodestyle since pep8 is depreciated
2018-10-29 14:07:50 -07:00
micw523
13d5711014 pep8 to pycodestyle 2018-10-27 02:35:12 -05:00
micw523
6ea777e647 change pep8 into pycodestyle since pep8 is depreciated 2018-10-27 02:29:59 -05:00
k8s-ci-robot
3fb2be14e1
Merge pull request #649 from roycaihw/8.0.0b1-generated-snapshot
Generate snapshot client in preparation for 8.0.0b1 release
2018-10-15 15:42:07 -07:00
Haowei Cai
ed5fc24e87 Update CHANGELOG for 8.0.0b1 release API changes
against kubernetes 1.12.1 release (temp 1.12.2 openapi spec)
2018-10-15 15:15:40 -07:00
Haowei Cai
9484a106f2 generated snapshot client for 8.0.0b1 release
against kubernetes 1.12.1 release (temp 1.12.2 openapi spec)
2018-10-15 14:58:13 -07:00
k8s-ci-robot
712b4d15b1
Merge pull request #648 from roycaihw/update-base
Update python-base submodule
2018-10-15 14:08:08 -07:00
Haowei Cai
9dbeaf0312 Update CHANGELOG for python-base changes 2018-10-15 13:53:14 -07:00
Haowei Cai
8b36900ba9 Update python-base submodule
to pick up changes:
- Replace encodestring and decodestring for standard_b64encode and standard_b64decode
- Update ExecProvider to use safe_get(); Update unit tests to use ConfigNode() instead of dict()
2018-10-15 13:45:14 -07:00
k8s-ci-robot
08561d6477
Merge pull request #647 from roycaihw/readme-slack
Add link to kubernetes-client slack channel to README
2018-10-13 12:03:25 -07:00
Haowei Cai
57167a8bbe Add link to kubernetes-client slack channel to README 2018-10-12 15:40:30 -07:00
k8s-ci-robot
8d7b6f7dc3
Merge pull request #91 from fillbit/handle-null-optional-values
ExecProvider errors when parsing null values
2018-10-12 09:31:43 -07:00
Phil Hoffman
3682e9b052 *Update ExecProvider to use safe_get()
*Update unit tests to use ConfigNode() instead of dict()
2018-10-10 21:31:31 -04:00
k8s-ci-robot
2d514ce31d
Merge pull request #90 from dechristo/Issue-634
Replace base64.decodestring for base64.standard_b64decode
2018-10-10 12:30:54 -07:00
Luiz Eduardo
260d257939 Fix Issue-60: Replace encodestring and decodestring for standard_b64encode and standard_b64decode. 2018-10-10 09:08:48 +02:00
k8s-ci-robot
5b2e27c81b
Merge pull request #631 from roycaihw/generate-8.0.0-snapshot
Generate 8.0.0 snapshot client on master branch
2018-10-01 14:29:42 -07:00
Haowei Cai
e91700fe7c Update changelog and readme for 8.0.0-snapshot client
generated from kubernetes 1.12.0
2018-10-01 14:13:31 -07:00
Haowei Cai
316509b32a generated client change for 8.0.0 snapshot on master branch
against kubernetes release-1.12 branch
2018-09-28 14:16:18 -07:00
Haowei Cai
d9533dcb23 Update version constants for 8.0.0-snapshot on master
against kubernetes 1.12.0 release
2018-09-28 14:10:04 -07:00
k8s-ci-robot
3a6fe8231c
Merge pull request #630 from roycaihw/base-8.0.0a1
Update python-base submodule
2018-09-28 13:21:15 -07:00
Haowei Cai
c63c069ca8 Update python-base submodule
in preparation for 8.0.0a1 release.
Changes picked:
  - fix: read config data with bytes (python3)
2018-09-28 12:58:32 -07:00
k8s-ci-robot
3459c173cd
Merge pull request #587 from onkarganjewar/patch-1
Fix typo in exec.py example
2018-09-28 12:49:05 -07:00
k8s-ci-robot
6e0d543d02
Merge pull request #615 from zachvalenta/patch-1
fix typo
2018-09-28 12:41:44 -07:00
k8s-ci-robot
7d1e4495a8
Merge pull request #86 from tomplus/fix/config-bytes
fix: read config data with bytes (python3)
2018-09-19 13:25:31 -07:00
Tomasz Prus
9d78cd794c fix: read config data with bytes (python3) 2018-09-18 22:12:28 +02:00
k8s-ci-robot
d5bd0d3a53
Merge pull request #619 from willthames/update_python_base
Update python-base to latest for exec-based clients
2018-09-10 10:43:35 -07:00
Will Thames
1de41f1c8b Update python-base to latest for exec-based clients
Include https://github.com/kubernetes-client/python-base/pull/75
2018-09-08 13:07:11 +10:00
k8s-ci-robot
d68e456190
Merge pull request #75 from dovreshef/master
Attempt to implement exec-plugins support in kubeconfig
2018-09-06 10:01:02 -07:00
Dov Reshef
becae56634 Add partial support for out-of-tree client authentication providers (token only, no caching) 2018-09-06 12:28:50 +03:00
k8s-ci-robot
1edf499546
Merge pull request #610 from tomplus/feat/in-cluster-example
feat: improve in-cluster-config example
2018-08-30 10:33:49 -07:00
z_jay_v
0ff38b847d
fix typo 2018-08-30 13:00:41 -04:00
Tomasz Prus
f9d5c936a3 feat: add doc to in-cluster-config example 2018-08-28 00:07:39 +02:00
Ben Picolo
d54efa7568
Merge branch 'master' into fix_base64_padding_for_kconfig 2018-08-27 10:04:32 -04:00