Commit Graph

391 Commits

Author SHA1 Message Date
Frederik Carlier
ff7a455ae7 RFC - Support WebSockets with channels (#66)
* Add support for demuxing streams from WebSockets.

* Add missing using statement, fix unit test
2018-01-02 20:45:53 -08:00
Aaron Crickenberger
511cc60422 Add code-of-conduct.md (#74)
Refer to kubernetes/community as authoritative source for code of conduct
2017-12-20 20:12:42 -08:00
Phillip Hoff
bbd359f859 Fix for delete post-config-load. (#68) 2017-12-20 09:43:13 -08:00
Brendan Burns
759c1017cd Add support Namespace in the kubeconfig file. (#72) 2017-12-14 15:22:39 -08:00
Frederik Carlier
2a54a8c370 Add support for executing commands within a container (#63)
* Add support for executing commands within a container

* Add WebSocketNamespacedPodPortForwardAsync

* Add Attach functionality

* Simplify code
2017-12-10 22:21:09 -06:00
Boshi Lian
14b59f6511 fix unreachable code (#65)
* fix unreachable code

* remove unused comments
2017-12-08 07:30:31 -06:00
Brendan Burns
736ce06226 Merge pull request #61 from tg123/v1.8_quantity
add support for quantity
2017-12-03 21:15:13 -08:00
Brendan Burns
f46c02fccc Merge pull request #60 from tg123/v1.8
generate from V1.8.4
2017-12-03 21:02:17 -08:00
Boshi LIAN
9d30adb349 add test for json serialize 2017-12-02 14:06:10 +08:00
Boshi LIAN
88f50b1496 add csharp part of quntity 2017-12-02 14:06:10 +08:00
Boshi Lian
a04e6d22ba add equals to intstr 2017-12-02 14:01:57 +08:00
Boshi Lian
f7c0aa34d3 fix tests and examples to use v1.8 model 2017-12-02 14:01:57 +08:00
Boshi Lian
b102bc63bd update generated client base on v1.8.4 with enable intstr quantity 2017-12-02 14:01:48 +08:00
Brendan Burns
2fdf22b6ad Merge pull request #57 from tg123/intorstr
Add IntOrString support
2017-11-20 22:21:40 -08:00
Brendan Burns
89b23d8285 Merge pull request #56 from tg123/rest_rt
update auto rest runtime to latest stable
2017-11-20 22:20:47 -08:00
Brendan Burns
b219d98eff Merge pull request #54 from tg123/watch_example
add watch example
2017-11-20 22:19:59 -08:00
Brendan Burns
551f41a2ef Merge pull request #53 from brendandburns/docs
Update docs with badges.
2017-11-20 22:19:44 -08:00
Boshi Lian
e599e61b70 add user part of int or string 2017-11-16 21:36:08 +08:00
Boshi Lian
643eb3c453 revert file generated by mistake 2017-11-16 21:25:11 +08:00
Boshi Lian
2583c63937 add generated intorstring 2017-11-16 20:44:53 +08:00
Boshi Lian
f362244cb3 remove unused dependencies from simple 2017-11-16 13:29:01 +08:00
Boshi Lian
5ab8ee43a1 update rest rt to latest stable 2017-11-16 13:27:25 +08:00
Boshi Lian
ed84c1cff3 ensure no compile errors in all projects 2017-11-16 02:07:02 +08:00
Boshi Lian
4a208f3b1c add watch example 2017-11-16 02:06:28 +08:00
Brendan Burns
24e70ef3ff Update docs with badges. 2017-11-14 22:10:47 -08:00
Brendan Burns
abc89a1839 Merge pull request #52 from tg123/sensitive_conf
make BuildConfigFromConfigFile less sensitive
2017-11-13 22:40:32 -08:00
Brendan Burns
92ddad28aa Merge pull request #50 from tg123/movector
DelegatingHandler now works with Kubernetes clients
2017-11-13 22:40:05 -08:00
Boshi Lian
d692f2e7db clean up and add testcases for less sensitive config loader 2017-11-12 04:42:37 +08:00
Boshi Lian
4571723eef make load form yaml config file less sensitive 2017-11-12 03:56:56 +08:00
Boshi Lian
83559d5854 clean up test case naming 2017-11-11 03:50:30 +08:00
Boshi Lian
5cb18e9334 remove ctor api of KubernetesClientConfiguration, should use factory style 2017-11-11 03:47:15 +08:00
Boshi Lian
e06dcc57dc testcases: ensure handlers work with watcher 2017-11-11 03:47:15 +08:00
Boshi Lian
7193936e40 watcher handler will auto patch to all ctor path 2017-11-11 03:47:14 +08:00
Brendan Burns
8016b6ce32 Merge pull request #47 from tg123/objorstatus
better way to #46
2017-11-10 11:04:38 -08:00
Brendan Burns
b370b92440 Merge pull request #51 from tg123/minor_style_fix
cleanup unused code and functions and fix unittest naming style
2017-11-10 11:03:48 -08:00
Boshi Lian
cdeebc1fd7 enlarge timeout to ensure watch test does not break by accident 2017-11-08 14:38:05 +08:00
Boshi Lian
950479d8a1 cleanup unused code and functions and fix unittest naming style 2017-11-08 14:22:10 +08:00
Boshi Lian
00f742696a enlarge timeout to ensure watch test does not break by accident 2017-11-07 16:57:06 +08:00
Boshi Lian
04e34d6c10 add testcase for object view 2017-11-07 16:55:01 +08:00
Boshi Lian
18eeeaf198 update namespace example to obj view and formating 2017-11-07 14:59:26 +08:00
Boshi Lian
8d5f4b19c2 try to fix #44 2017-11-06 01:49:50 +08:00
Brendan Burns
d89293b00c Merge pull request #45 from brendandburns/test
Add an example that creates and deletes a namespace.
2017-11-03 22:10:36 -07:00
Brendan Burns
f8d0e868ec Add a simple example of creating and deleting a namespace. 2017-11-03 22:01:53 -07:00
Brendan Burns
e7726f7c36 Merge pull request #43 from brendandburns/package
Add package info to the build file.
2017-11-02 22:06:06 -07:00
Brendan Burns
7dfa47ea91 Add package info to the build file. 2017-11-02 21:21:05 -07:00
Brendan Burns
35f616cc46 Merge pull request #42 from brendandburns/example
Update example for new config file loading.
2017-11-02 21:01:54 -07:00
Brendan Burns
03dc518f26 Update example for new config file loading. 2017-11-02 07:01:55 -07:00
Brendan Burns
c74d625335 Merge pull request #35 from tg123/watch
introduce watch api
2017-10-26 11:27:40 -07:00
Brendan Burns
fe6de92b40 Merge pull request #39 from tg123/rename_param
rename client cert params to a better name
2017-10-26 11:27:12 -07:00
Brendan Burns
63a808fa60 Merge pull request #41 from tg123/editorconfig
Add Editorconfig
2017-10-26 11:26:10 -07:00