tintoy / dotnet-kube-client

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

Move replicaset to new API location (apps/v1) #111

Closed jonstelly closed 4 years ago

jonstelly commented 4 years ago

Old API location was deprecated in Kubernetes 1.16. This matches the other types that have already been moved (Daemon Set, Deployment, Stateful Set) and is backwards compatible back to Kubernetes 1.9

tintoy commented 4 years ago

Thanks!