Brendan Burns
|
a9f283fd9f
|
Update README.md
|
2017-09-13 14:49:35 -07:00 |
|
Brendan Burns
|
4780c5106c
|
Merge pull request #21 from kubernetes-client/readme-update-bburns
Update README.md
|
2017-09-13 14:33:40 -07:00 |
|
Brendan Burns
|
95b8c3e55a
|
Update README.md
|
2017-09-13 14:33:06 -07:00 |
|
Brendan Burns
|
c396f66e07
|
Merge pull request #19 from allantargino/master
simplifying certificate chain handling
|
2017-08-25 21:10:55 -07:00 |
|
Allan Targino
|
d1fde6d798
|
simplifying certificate chain handling
|
2017-08-24 19:05:35 -03:00 |
|
Brendan Burns
|
720b7bd505
|
Merge pull request #17 from jpoon/master
Improve error messaging with OpenSSL
|
2017-08-18 20:38:51 -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
|
c6a769b39e
|
Merge pull request #13 from brendandburns/creds
Update credentials for more valid values.
|
2017-08-12 07:01:20 -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 |
|
Brendan Burns
|
4c60ce9c0e
|
Merge pull request #14 from sergiomcalzada/master
VS + unit test fix
|
2017-07-25 08:46:30 -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
|
df00dc0f20
|
Added super cool shield.io build badge to README.md
|
2017-07-25 17:16:34 +02:00 |
|
Sergio Sisternes
|
d537d7db03
|
Removed unnecesary PackageReference for test project
|
2017-07-25 17:13:55 +02:00 |
|
Sergio Sisternes
|
82133a4c0e
|
Fixed a validation issue in constructor
|
2017-07-25 17:07:42 +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 Moreno
|
503945d146
|
change kubernetes target framework because libraries should be netstandarX
|
2017-07-24 20:56:03 +02:00 |
|
Sergio Moreno
|
ac27f7b704
|
added visual studio solution file
|
2017-07-24 20:55:49 +02:00 |
|
Brendan Burns
|
07acafcdd7
|
Merge pull request #11 from sesispla/master
Added Travis-CI
|
2017-07-18 22:38:54 -07:00 |
|
Sergio Sisternes
|
90516bfd1d
|
Removed unnecesary travis file config
|
2017-07-16 22:16:42 +02:00 |
|
Sergio Sisternes
|
abf67c39b7
|
Added Travis-CI Job
|
2017-07-16 22:09:26 +02:00 |
|
Brendan Burns
|
f0d57cc351
|
Merge pull request #7 from chgeuer/master
Allows execution on Windows
|
2017-07-06 07:06:57 -07:00 |
|
Brendan Burns
|
e89ef57075
|
Merge pull request #6 from sesispla/master
Basic tests for configuration and credentials
|
2017-06-28 20:37:45 -07:00 |
|
Christian Geuer-Pollmann
|
660e8a84c6
|
Removed hard Linux dependencies
|
2017-06-28 13:05:20 +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
|
b69f070bec
|
Fixed an ArgumentNullException caused by a missing "cluster" configuration section. Now the error is more user friendly
|
2017-06-27 20:08:38 +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
|
bead9e37cd
|
Fixed a type in the UserCredentials class
Fixed a YammelMember Cammel casing that was not aligned with property members defitions found, and was breaking one test.
|
2017-06-27 19:18:15 +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 |
|
Brendan Burns
|
799a6bf052
|
Merge pull request #5 from sesispla/master
Added basic XUnit project structure
|
2017-06-25 21:16:23 -07:00 |
|
Sergio Sisternes
|
9548f57c13
|
Added basic XUnit project structure, sample code and information in the readme
|
2017-06-22 22:41:42 +02:00 |
|
Brendan Burns
|
805cc31a9d
|
Merge pull request #4 from krabhishek8260/auth
Add support for connecting/authenticating through kubeconfig
|
2017-06-19 21:42:56 -07:00 |
|
krabhishek8260
|
ad74a08497
|
Add support for connecting/authenticating through kubeconfig
|
2017-06-17 14:11:52 -07:00 |
|
Brendan Burns
|
810560e248
|
Merge pull request #3 from krabhishek8260/generateclientwithauth
Generated Client with Auth code
|
2017-06-16 22:21:49 -07:00 |
|
krabhishek8260
|
149d2f8fd2
|
Generated Client with Auth code
|
2017-06-16 10:47:10 -07:00 |
|
Brendan Burns
|
7df099d8cc
|
Merge pull request #2 from brendandburns/add
Initial add of generated code, update readme, add settings file.
|
2017-06-13 22:15:37 -07:00 |
|
Brendan Burns
|
f6433ca252
|
Add some example code.
|
2017-06-12 22:54:30 -07:00 |
|
Brendan Burns
|
d42da04e5d
|
Initial add of generated code, update readme, add settings file.
|
2017-06-12 22:16:33 -07:00 |
|
Mehdy Bohlool
|
08c455751a
|
Merge pull request #1 from mbohlool/master
Add OWNER file
|
2017-06-05 00:21:07 -07:00 |
|
mbohlool
|
f5c138f52b
|
Add OWNER file
|
2017-05-12 10:20:28 -07:00 |
|