issues
search
tintoy
/
dotnet-kube-client
A Kubernetes API client for .NET Standard / .NET Core
MIT License
192
stars
33
forks
source link
Fix for Int32OrStringV1Converter
#71
Closed
jonstelly
closed
5 years ago
jonstelly
commented
5 years ago
Fixes:
https://github.com/tintoy/dotnet-kube-client/issues/70
reader.ReadAsInt32() wasn't working
also appears you shouldn't advance reader inside a json converter
Added some basic unit tests
Fixes: https://github.com/tintoy/dotnet-kube-client/issues/70