tintoy / dotnet-kube-client

A Kubernetes API client for .NET Standard / .NET Core
MIT License
192 stars 33 forks source link

Adds support for initial access token #40

Closed zeromberto closed 6 years ago

zeromberto commented 6 years ago

Introduces additional properties in KubeClientOptions for initial access token and initial token expiry. Furthermore, another additional property for the authentication strategy is introduced which is set during the mapping from KubeConfig to KubeClientOptions and is considered during KubeClientApi instantiation.

tintoy commented 6 years ago

Thank you, this looks great! I'll get it merged once I get back to my computer (on my phone at the moment).

tintoy commented 6 years ago

Ok - I want to get this merged and we can make any enhancements on this branch :)