tintoy / dotnet-kube-client

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

Add support for command-based authentication #34

Closed tintoy closed 6 years ago

tintoy commented 6 years ago

This will remove the need for kubectl proxy when using K8s implementations (such as GKE) that use a command-based access token provider.

Implements tintoy/dotnet-kube-client#20.

felixfbecker commented 6 years ago

Awesome! Tested and it works! 🎉 🎉 🎉

tintoy commented 6 years ago

Ok, going to merge this; we'll fix up whatever is needed (if anything) in develop.