Hui Yu
43aaf95cd1
[Configuration]
...
1. Authentication provider plugin framework
2. An instance of authentication provider plugin for OIDC (OpenID Connect)
2020-08-19 21:38:06 +08:00
Kubernetes Prow Robot
14c502c284
Merge pull request #25 from brendandburns/generic
...
Add replace/create/delete to the generic client.
2020-08-17 08:26:18 -07:00
Brendan Burns
3f6419e9e0
Add delete/create/replace to the generic client.
2020-08-17 08:01:26 -07:00
Kubernetes Prow Robot
a6c922dbe8
Merge pull request #24 from brendandburns/docs
...
Add a generic client (read-only for now)
2020-08-14 19:56:17 -07:00
Brendan Burns
4000633202
Add a generic client (read-only for now)
2020-08-14 10:57:25 -07:00
Kubernetes Prow Robot
25b643c107
Merge pull request #19 from ityuhui/yhupdreadme
...
[Readme] Update the usage example in README.md about loading configuration.
2020-07-14 11:01:21 -07:00
Kubernetes Prow Robot
a5640d3ae6
Merge pull request #20 from kubernetes-client/yhaction
...
[CI/CD] Update build.yaml
2020-07-10 21:29:22 -07:00
Hui Yu
02928810af
[CI/CD] Update build.yaml
...
Add "apt-get update" before "apt-get install"
2020-06-28 13:32:41 +08:00
Hui Yu
9e5533206e
[Readme & Examples]
...
* Update the usage example in README.md because kubernetes-client/c has supported loading cluster configuration to authentication.
* Update some examples to keep consistence with README.md
2020-06-28 12:24:08 +08:00
Kubernetes Prow Robot
194bec6f67
Merge pull request #18 from ityuhui/yh-fix-number-query-parameter
...
[Fix Bug] If the data type of query parameter is "int" or "bool" in OpenAPI Specification, the request url will not be generated correctly
2020-06-20 21:50:39 -07:00
Hui Yu
ab432efa49
[API] Re-run code generator to merge the changes of OpenAPITools/openapi-generator to fix the bug:
...
* If the data type of query parameter is "int" or "bool" in OpenAPI Spec, the request url will not be generated correctly. ( PR #6692 )
2020-06-20 09:41:15 +08:00
Kubernetes Prow Robot
c18a40a68c
Merge pull request #17 from ityuhui/yhfixmemleak
...
[Examples] Fix memory leak in example/create_pod
2020-06-04 16:19:45 -07:00
Hui Yu
b65a27bc80
[Examples] Fix memory leak in example/create_pod
2020-06-04 12:51:30 +00:00
Kubernetes Prow Robot
ad7718caf2
Merge pull request #16 from ityuhui/yhmemleakfix
...
[Examples] Fix memory leak in example/list_pod
2020-06-01 07:59:55 -07:00
Hui Yu
82fb962911
[Examples] Fix memory leak in example/list_pod
2020-06-01 12:00:58 +00:00
Kubernetes Prow Robot
fb29e6c272
Merge pull request #12 from ityuhui/yhkubeconfigexec
...
[Configuration] Support exec for kubeconfig
2020-05-28 15:51:14 -07:00
Hui Yu
dc590fb0d3
[Configuration] Support exec for kubeconfig
2020-05-24 12:17:29 +00:00
Kubernetes Prow Robot
4ffbab5df4
Merge pull request #11 from ityuhui/yhghactions
...
[CI/CD] Add Github Actions for building test and code check
2020-04-17 15:09:36 -07:00
Hui Yu
219b0c0a50
[CI/CD] Add Github Actions for building test and code check
2020-04-17 19:52:15 +08:00
Kubernetes Prow Robot
b49f357c2a
Merge pull request #10 from ityuhui/yhinclusterconfig
...
[Configuration]Support bearer tokens in cluster
2020-04-15 08:46:04 -07:00
Hui Yu
504f452db6
[Configuration]Support bearer tokens in cluster
2020-04-15 19:49:36 +08:00
Kubernetes Prow Robot
943afd428d
Merge pull request #9 from ityuhui/yhkubeconfig
...
[Configuration]Support X509 client certificate in kube config file
2020-04-07 09:19:44 -07:00
Hui Yu
ed82ac046a
[Configuration]Update the data structures for kube config file
2020-04-07 22:44:34 +08:00
Hui Yu
705a605e95
[Configuration]Support configuration for X509 client certificate in kube config file
2020-04-05 19:34:24 +08:00
Kubernetes Prow Robot
d9ae510cdb
Merge pull request #7 from ityuhui/yhworking
...
Merge 2 useful PRs and other changes from OpenAPITools/openapi-generator repo
2020-04-02 08:54:25 -07:00
Hui Yu
2f2bd8f4b9
Re-run openapi-generator to merge the recent changes
2020-04-02 10:47:22 +08:00
Hui Yu
62b6012027
Apply 2 useful patches from OpenAPITools/openapi-generator repo:
...
1. Support SSL client authentication for the c client (#5719 )
2. Fix base64 decode funtion (#5642 )
2020-04-01 13:32:02 +08:00
Kubernetes Prow Robot
a955affd72
Merge pull request #6 from ityuhui/yhworking
...
Add code style check shell script and style option description
2020-03-24 14:29:03 -07:00
Hui Yu
a054c8f931
Add code style check shell script and style option description
2020-03-24 14:06:48 +08:00
Kubernetes Prow Robot
41e317dd38
Merge pull request #5 from brendandburns/docs
...
Improve the READMEs for the client.
2020-03-23 22:36:47 -07:00
Brendan Burns
a66596b0c2
Improve the READMEs for the client.
2020-03-23 21:44:28 -07:00
Kubernetes Prow Robot
ea2fb243e1
Merge pull request #3 from ityuhui/yhworking
...
Add the examples to demo listing/creating pods
2020-03-20 09:00:44 -07:00
Hui Yu
9576c62024
Update the code style of examples source
2020-03-20 22:13:28 +08:00
Hui Yu
2502f6b00b
Update examples code:
...
1. Anonymize the API server address
2. Remove useless line-break
3. Delete commented out code
2020-03-20 16:13:42 +08:00
Hui Yu
cf3729b611
Add the examples to demo listing/creating pods
2020-03-19 09:56:19 +08:00
Kubernetes Prow Robot
781aa24a97
Merge pull request #2 from ityuhui/master
...
Commit the source code generated by OpenAPI c generator and the setting for gen
2020-03-18 08:24:48 -07:00
Hui Yu
8ba394045d
commit
...
1. The kubernetes-client/gen setting for c generator
2. The source code generated by OpenAPI c generator
2020-03-18 17:24:33 +08:00
Bob Killen
78e5da482c
Update OWNERS, OWNERS_ALIASES and SECURITY_CONTACTS.
2020-03-17 08:03:39 -04:00
Bob Killen
5c8936c33a
Initial commit
2020-03-17 07:59:06 -04:00