KubeOps.KubernetesClient 9.8.0
Install from the command line:
Learn more about NuGet packages
$ dotnet add package KubeOps.KubernetesClient --version 9.8.0
About this version
Kubernetes Client written in DotNet. Based on the implementation of Google (https://github.com/kubernetes-client/csharp) but with dotnet native language features like generics. Internally uses the "GenericClient" of the Google KubernetesClient. However, wraps the methods around with true generics.