Commit Graph

17 Commits

Author SHA1 Message Date
Hui Yu
493a027b70 [Multi-Thread] Support working in multi-thread environment 2020-10-31 19:01:54 +08:00
Hui Yu
87ee1eeea7 [Example] An example demonstrates deleting a pod 2020-10-08 21:25:33 +08:00
Hui Yu
be3b335b9c [Watch] Support watch 2020-10-01 20:09:03 +08:00
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
Brendan Burns
3f6419e9e0 Add delete/create/replace to the generic client. 2020-08-17 08:01:26 -07:00
Brendan Burns
4000633202 Add a generic client (read-only for now) 2020-08-14 10:57:25 -07: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
Hui Yu
b65a27bc80 [Examples] Fix memory leak in example/create_pod 2020-06-04 12:51:30 +00:00
Hui Yu
82fb962911 [Examples] Fix memory leak in example/list_pod 2020-06-01 12:00:58 +00:00
Hui Yu
dc590fb0d3 [Configuration] Support exec for kubeconfig 2020-05-24 12:17:29 +00:00
Hui Yu
219b0c0a50 [CI/CD] Add Github Actions for building test and code check 2020-04-17 19:52:15 +08:00
Hui Yu
504f452db6 [Configuration]Support bearer tokens in cluster 2020-04-15 19:49:36 +08:00
Hui Yu
705a605e95 [Configuration]Support configuration for X509 client certificate in kube config file 2020-04-05 19:34:24 +08:00
Brendan Burns
a66596b0c2 Improve the READMEs for the client. 2020-03-23 21:44:28 -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