Commit Graph

312 Commits

Author SHA1 Message Date
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
Boshi Lian
76ca0b9090 copy from suggest from roslyn 2017-10-24 17:05:26 +08:00
Boshi Lian
e4087ee992 introduce editorconfig 2017-10-24 16:49:10 +08:00
Boshi Lian
72ccaa6c8c try container based travis ci 2017-10-24 05:09:55 +08:00
Boshi Lian
60803d19bb introduce query parser to handle watch in query 2017-10-24 05:05:40 +08:00
Boshi Lian
eeacfdb9c3 add some doc for watcher 2017-10-24 04:58:52 +08:00
Boshi Lian
2aadabac8a add watch testcases 2017-10-24 04:13:22 +08:00
Boshi Lian
a323d7d3fe rename client cert params to a better name 2017-10-24 01:42:01 +08:00
Boshi Lian
b5b95dfc4e introduce watch api 2017-10-24 01:39:18 +08:00
Brendan Burns
eb77c23bb0 Merge pull request #38 from tg123/auth_unit_test
add auth unit test
2017-10-23 10:16:34 -07:00
Brendan Burns
65eb2f8ad1 Merge pull request #30 from tg123/master
Decouple yaml file and KubernetesClientConfiguration object
2017-10-23 10:16:23 -07:00
Boshi Lian
8c93486aa2 introduce auth test using asp.net core 2017-10-21 21:44:01 +08:00
Boshi Lian
7096b15604 extract path to shared const 2017-10-21 21:39:04 +08:00
Boshi Lian
8d78451890 support anonymous for client 2017-10-21 20:55:31 +08:00
Boshi Lian
adeab58f58 introduce go client style config creating functions 2017-10-21 20:55:31 +08:00
Brendan Burns
a5af10a282 fix Nuget package link. 2017-10-20 21:20:52 -07:00
Brendan Burns
5ea4264a6b Merge pull request #31 from tg123/update_test_lib
update test sdk to release version
2017-10-19 20:07:40 -07:00
Brendan Burns
5d1b60ffaf Merge pull request #33 from tg123/netstandard13
change lib target to netstandard13
2017-10-19 20:07:17 -07:00
Brendan Burns
fea8fdd00f Merge pull request #34 from tg123/patch-1
minor update to readme
2017-10-19 20:06:13 -07:00
Brendan Burns
c5f1360c3a Merge pull request #36 from krabhishek8260/generateclient
Regenerated csharp client
2017-10-19 20:00:00 -07:00
Kumar Abhishek
4ef6941a60 Generated client 2017-10-19 20:06:49 +00:00
Boshi Lian
061cac05c6 minor update to readme 2017-10-13 03:44:59 +08:00
Boshi Lian
758eaea20d fix load error on linux 2017-10-13 03:34:24 +08:00
Boshi Lian
8e9ed00fc3 add net standard way to create cert with key 2017-10-13 03:06:35 +08:00
Boshi Lian
fb51fa70d6 add default namespace 2017-10-13 03:05:27 +08:00
Boshi Lian
42a7949a66 switch to dotnetstand 1.3 2017-10-13 03:05:11 +08:00
Boshi Lian
c35c70b009 update test sdk to release version 2017-10-13 02:13:19 +08:00
Brendan Burns
c108799aab Merge pull request #28 from brendandburns/content
Correct the content type in the Kubernetes client.
2017-10-12 10:59:56 -07:00
Brendan Burns
65d4371a6a Merge pull request #27 from brendandburns/creds
Remove the dependency on the openssl executable.
2017-10-12 10:59:08 -07:00
Brendan Burns
a5bd209dbb Update travis config. 2017-10-05 15:52:24 -07:00