tintoy / dotnet-kube-client

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

Fixed fieldSelector for EventClientV1 #140

Closed tomsseisums closed 3 years ago

tomsseisums commented 3 years ago

Template paramater names should be PascalCase, but this was camelCase and didn't actually update the query param. This PR fixes that.

tomsseisums commented 3 years ago

A quick release would also be great. 🙏

tintoy commented 3 years ago

Thanks, nice catch!

tomsseisums commented 3 years ago

When could we expect a release that would include this one? I mean, NuGet package release.

tintoy commented 3 years ago

Working on it 🙂

Small compile error (need to update IPodClientV1 as well as PodClientV1) - I'm doing that now.

tintoy commented 3 years ago

Published v2.4.6 😉

(may take a while to become visible on NuGet; I think their indexing process is asynchronous)