Commit Graph

1501 Commits

Author SHA1 Message Date
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
k8s-ci-robot
cf33f416ac
Merge pull request #608 from spiffxp/update-design-docs-link
Remove link to kubernetes-client/community
2018-08-24 10:23:48 -07:00
k8s-ci-robot
c9b3113216
Merge pull request #83 from spiffxp/update-design-docs-link
Remove link to kubernetes-client/community
2018-08-23 11:05:07 -07:00
Aaron Crickenberger
c037d14f91 Remove link to kubernetes-client/community
Point directly to the file that the kubernetes/community link was
pointing to
2018-08-23 10:51:03 -07:00
Aaron Crickenberger
b01fad55b2 Remove link to kubernetes-client/community
Point directly to the file that the kubernetes/community link was
pointing to
2018-08-23 10:45:28 -07:00
Yu Liao
5b86298c9c
Merge pull request #598 from roycaihw/revert-changelog
Revert CHANGELOG to exclude api change from GA release
2018-08-15 15:13:59 -07:00
Haowei Cai
cbe277bdb0 Revert CHANGELOG to exclude api change from GA release 2018-08-14 14:51:04 -07:00
Yu Liao
fbcbfc621d
Merge pull request #594 from roycaihw/pick-up-custom-object-api-change
Update generated client to pick up custom object API change
2018-08-14 10:10:36 -07:00
Haowei Cai
2acef641de Update CHANGELOG about adding custom object status and scale api 2018-08-13 18:22:08 -07:00
Haowei Cai
17db994abc generated client update
pick up change in kubernetes-client/gen: add custom object status
and scale api.
2018-08-13 18:16:44 -07:00
Haowei Cai (Roy)
b68c3bd68d
Merge pull request #593 from roycaihw/update-base
Update python-base, CHANGELOG and README
2018-08-13 17:55:40 -07:00
Haowei Cai
34bbe6988a Update python-base, CHANGELOG and README
pick up python-base change: Add support for refreshing Azure tokens.
update CHANGELOG and README to prepare for 7.0.0 release.
2018-08-13 17:36:35 -07:00
Haowei Cai (Roy)
517d70850c
Merge pull request #590 from yliaog/master
added yliaog and roycaihw to OWNERS file.
2018-08-06 10:42:53 -07:00
Yu Liao
d0d21b08fc added yliaog and roycaihw to OWNERS file. 2018-08-06 10:30:12 -07:00
Yu Liao
07ef626368 added OWNERS file. 2018-08-06 10:13:34 -07:00
Onkar Ganjewar
bc805e371b
Update exec.py -- fix typo 2018-07-30 15:42:53 -06:00
Ben Picolo
529a72a2bf Fix base64 padding for kube config 2018-07-30 15:26:42 -04:00
Charles Walker
8b2b3cd40d Update example for remote cluster without override of default client 2018-07-26 00:11:05 +00:00
Haowei Cai (Roy)
24a0ff2b86
Merge pull request #77 from brendandburns/master
Add support for refreshing Azure tokens.
2018-07-23 14:39:48 -07:00
Brendan Burns
96767a3b82 Add support for refreshing Azure tokens. 2018-07-23 14:22:02 -07:00
Haowei Cai (Roy)
3c4620b7ca
Merge pull request #579 from brendandburns/req
Add Azure Active Directory Library to dependencies.
2018-07-23 13:27:42 -07:00
Haowei Cai (Roy)
f984e37d75
Merge branch 'master' into req 2018-07-23 13:18:18 -07:00
Brendan Burns
9afec55f4a Add Azure Active Directory Library to dependencies. 2018-07-23 12:18:17 -07:00
Yu Liao
8b97f8e585
Merge pull request #580 from roycaihw/update-python-base
Update base submodule
2018-07-23 11:45:37 -07:00
Haowei Cai
45546c2d20 Update CHANGELOG to include python-base change 2018-07-23 11:06:35 -07:00
Haowei Cai
20c782da57 Update python-base submodule
Add Azure support to authentication loading
2018-07-23 11:01:50 -07:00
Haowei Cai (Roy)
7359cdae5a
Merge pull request #76 from nikhita/contributing.md
Add CONTRIBUTING.md
2018-07-19 10:19:13 -07:00
Nikhita Raghunath
52a44a92b8 Add CONTRIBUTING.md 2018-07-19 11:31:27 +05:30
Haowei Cai (Roy)
e8c0d98ad4
Merge pull request #74 from brendandburns/master
Refactor auth-provider code paths a little. Add Azure support.
2018-07-18 10:22:46 -07:00
Brendan Burns
1be91e32bc Refactor auth-provider code paths a little. Add Azure support. 2018-07-17 22:02:17 -07:00
Yu Liao
cfc453a537
Merge pull request #568 from roycaihw/replace-async
Rename parameter async into async_req to support Python 3.7
2018-07-11 15:06:15 -07:00
Haowei Cai
a4b61db271 Update CHANGELOG for the async keyword breaking change
also update README for v7 release
2018-07-11 14:35:11 -07:00
Haowei Cai
b10c7b6a17 Rename parameter async into async_req to support Python 3.7
as Python 3.7 treats async as a reserved keyword.
2018-07-11 14:28:45 -07:00
Yu Liao
9b438eed5a
Merge pull request #567 from roycaihw/update-master-1.11
Update version constants for master branch Kubernetes 1.11 snapshot
2018-07-11 14:18:45 -07:00
Haowei Cai
81378e77f2 Update CHANGELOG for API changes in Kubernetes 1.11 2018-07-11 13:32:42 -07:00
Haowei Cai
5f81a65909 Generated client change for Kubernetes 1.11 2018-07-11 13:31:26 -07:00
Haowei Cai
fb548ed7f9 Update version constants for master branch Kubernetes 1.11 snapshot 2018-07-11 13:31:24 -07:00
Haowei Cai (Roy)
54eb120a71
Merge pull request #562 from roycaihw/update-base
Update python-base submodule to pick up changes
2018-07-11 11:39:52 -07:00
Yu Liao
2c9fb4d3c4
Merge branch 'master' into update-base 2018-07-10 16:57:46 -07:00
Yu Liao
5ae25c8177
Merge pull request #563 from roycaihw/security-contacts
Add SECURITY_CONTACTS
2018-07-10 16:55:01 -07:00
Yu Liao
595ee0d23b
Merge pull request #73 from roycaihw/security-contacts
Add SECURITY_CONTACTS
2018-07-10 16:50:57 -07:00
Haowei Cai
45f080ebe4 Add SECURITY_CONTACTS 2018-07-10 16:13:56 -07:00
Haowei Cai
4ef37f207f Add SECURITY_CONTACTS 2018-07-10 15:57:27 -07:00
Haowei Cai
fd1d1d1eea Update python-base submodule to pick up:
remove required idp-certificate-authority-data in kubeconfig for oidc
token refresh;
Watch properly decodes resourceVersion from custom object response.
2018-07-10 12:21:03 -07:00
Yu Liao
78472de0c9
Merge pull request #69 from mvle/master
remove required idp-certificate-authority-data in kubeconfig for oidc…
2018-06-06 14:28:41 -07:00
mvle
980f9b1042 remove required idp-certificate-authority-data in kubeconfig for oidc toke refresh, kubernetes-client/python#493
fix pep8 style
add unit test
2018-05-25 13:14:56 +00:00
Yu Liao
5784a38708
Merge pull request #64 from roycaihw/crd-watch
Watch properly decode resourceVersion from custom object response
2018-04-27 14:25:07 -07:00
Haowei Cai
38cc2658bc Watch properly decode resourceVersion from custom object response 2018-04-27 14:12:41 -07:00
Yu Liao
e057f27306
Merge pull request #509 from asottile/only_ipaddress_python_2
Only depend on ipaddress in python2
2018-04-13 11:49:04 -07:00