Commit Graph

299 Commits

Author SHA1 Message Date
Phillip Hoff
bbd359f859 Fix for delete post-config-load. (#68) 2017-12-20 09:43:13 -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
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
f7c0aa34d3 fix tests and examples to use v1.8 model 2017-12-02 14:01:57 +08:00
Boshi Lian
e599e61b70 add user part of int or string 2017-11-16 21:36:08 +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
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
Brendan Burns
8016b6ce32 Merge pull request #47 from tg123/objorstatus
better way to #46
2017-11-10 11:04:38 -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
Brendan Burns
c74d625335 Merge pull request #35 from tg123/watch
introduce watch api
2017-10-26 11:27:40 -07: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
8c93486aa2 introduce auth test using asp.net core 2017-10-21 21:44:01 +08:00
Boshi Lian
8d78451890 support anonymous for client 2017-10-21 20:55:31 +08: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
Boshi Lian
fb51fa70d6 add default namespace 2017-10-13 03:05:27 +08:00
Boshi Lian
c35c70b009 update test sdk to release version 2017-10-13 02:13:19 +08:00
Brendan Burns
a5bd209dbb Update travis config. 2017-10-05 15:52:24 -07:00
Brendan Burns
c83e613c65 Merge branch 'creds' of https://github.com/brendandburns/csharp into creds 2017-09-27 21:55:07 -07:00
Brendan Burns
ed50fc2d8e Add tests. 2017-09-27 21:51:00 -07:00
Brendan Burns
2a14c3f903 Remove openssl dependency. Move to dotnet 2.0 2017-09-27 15:28:40 -07:00
Cole Mickens
2a2e013181 remove BOM from UTF-8 files 2017-09-14 10:47:41 -07:00
Cole Mickens
86992117ca move to .NET Standard 2.0 2017-09-14 10:45:17 -07:00
Jason Poon
0e1b6b7b7d Update docs. Better error message when openssl fails. Simplifying
`KubernetesClientConfiguration`
2017-08-13 17:53:36 -07:00
Brendan Burns
63337846f8 Update credentials for more valid values. 2017-08-10 22:00:40 -07:00
Brendan Burns
7717e65891 Merge pull request #15 from sesispla/master
Fixed two remaining unit tests
2017-07-25 08:47:10 -07:00
sergiomcalzada
7373cc728b Force commit trying to update linuxfoundation signature 2017-07-25 17:40:33 +02:00
Sergio Sisternes
c1087552e5 Removed hard dependency to local kubeconfig file for "DefaultConfigurationLoaded". This might prevent Travis-CI to successfuly complete the tests if no kubeconfig is present in the default path. 2017-07-25 17:22:17 +02:00
Sergio Sisternes
d537d7db03 Removed unnecesary PackageReference for test project 2017-07-25 17:13:55 +02:00
Sergio Sisternes
4c18ca0352 Prooper comment indentation 2017-07-25 17:04:57 +02:00
Sergio Moreno
9e9797bf5c restored cli reference to dotnet-xunit and updated xUnit to beta packages so can run with the dotnet cli 2017-07-24 21:12:22 +02:00
Sergio Moreno
25fda9fa54 fixed package references:
* xUnit stable version
* xUnit.runner for VS
* missed testing package
2017-07-24 20:56:24 +02:00
Sergio Sisternes
2ff7b31420 Added basic tests for KubernetesClientCredentials 2017-06-27 20:38:04 +02:00
Sergio Sisternes
1571aa435e Added new tests to check cluster and tls correctness 2017-06-27 20:26:15 +02:00
Sergio Sisternes
c38ee42c37 Added a test to check the behaviour when no clusters are present in the configuration file 2017-06-27 20:09:08 +02:00
Sergio Sisternes
29a3dac109 Added tow new tests, checking for no credentials and no server 2017-06-27 20:03:59 +02:00
Sergio Sisternes
bd2fca1824 Added the null check for username in ContextUserTokenTest 2017-06-27 19:52:51 +02:00
Sergio Sisternes
5683fe3cb2 Fixed the ContextUserTokenTest: No username is set in token-based authentication 2017-06-27 19:51:50 +02:00
Sergio Sisternes
052f597d34 Added the file not found test 2017-06-27 19:48:26 +02:00
Sergio Sisternes
f7ac5b728b Added user-password test 2017-06-27 19:19:02 +02:00
Sergio Sisternes
57696f80a7 Added sample kubeconfig files to testing project 2017-06-26 23:09:42 +02:00
Sergio Sisternes
de9edb1c23 Added sample kubeconfig files to testing project 2017-06-26 23:08:29 +02:00
Sergio Sisternes
9548f57c13 Added basic XUnit project structure, sample code and information in the readme 2017-06-22 22:41:42 +02:00