DotnetKubernetesClient 2.1.12
dotnet add package DotnetKubernetesClient --version 2.1.12
NuGet\Install-Package DotnetKubernetesClient -Version 2.1.12
<PackageReference Include="DotnetKubernetesClient" Version="2.1.12" />
<PackageVersion Include="DotnetKubernetesClient" Version="2.1.12" />
<PackageReference Include="DotnetKubernetesClient" />
paket add DotnetKubernetesClient --version 2.1.12
#r "nuget: DotnetKubernetesClient, 2.1.12"
#addin nuget:?package=DotnetKubernetesClient&version=2.1.12
#tool nuget:?package=DotnetKubernetesClient&version=2.1.12
Kubernetes Client written in DotNet. Based on the implementation of google but with certain language additions of C# like generics.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- KubernetesClient (>= 7.2.19)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.12 | 1,365 | 5/16/2022 | |
2.1.10 | 2,978 | 2/21/2022 | |
2.1.9 | 1,015 | 2/17/2022 | |
2.1.8 | 976 | 2/16/2022 | |
2.1.7 | 6,719 | 2/8/2022 | |
2.1.6 | 1,675 | 2/1/2022 | |
2.1.5 | 1,006 | 1/31/2022 | |
2.1.4 | 1,865 | 1/26/2022 | |
2.1.3 | 979 | 1/24/2022 | |
2.1.2 | 513 | 1/23/2022 | |
2.1.1 | 1,224 | 1/11/2022 | |
2.1.0 | 1,473 | 12/26/2021 | |
2.0.25 | 3,612 | 12/3/2021 | |
2.0.24 | 2,147 | 11/16/2021 | |
2.0.23 | 952 | 11/13/2021 | |
2.0.22 | 1,923 | 11/3/2021 | |
2.0.21 | 902 | 11/2/2021 | |
2.0.20 | 1,334 | 10/27/2021 | |
2.0.19 | 1,455 | 10/24/2021 | |
2.0.18 | 945 | 10/20/2021 | |
2.0.17 | 949 | 10/14/2021 | |
2.0.16 | 1,889 | 10/11/2021 | |
2.0.15 | 2,595 | 9/30/2021 | |
2.0.14 | 886 | 9/29/2021 | |
2.0.13 | 1,218 | 9/25/2021 | |
2.0.12 | 1,474 | 9/22/2021 | |
2.0.11 | 973 | 9/17/2021 | |
2.0.10 | 969 | 9/14/2021 | |
2.0.9 | 7,055 | 8/23/2021 | |
2.0.8 | 513 | 8/15/2021 | |
2.0.7 | 3,804 | 8/13/2021 | |
2.0.6 | 2,730 | 8/9/2021 | |
2.0.5 | 1,845 | 8/4/2021 | |
2.0.4 | 1,552 | 7/22/2021 | |
2.0.3 | 2,594 | 6/27/2021 | |
2.0.2 | 926 | 6/21/2021 | |
2.0.1 | 1,056 | 6/20/2021 | |
1.1.9 | 12,826 | 4/9/2021 | |
1.1.8 | 1,390 | 4/8/2021 | |
1.1.7 | 1,353 | 4/5/2021 | |
1.1.6 | 928 | 4/3/2021 | |
1.1.5 | 2,358 | 3/24/2021 | |
1.1.4 | 1,396 | 3/18/2021 | |
1.1.3 | 1,015 | 3/13/2021 | |
1.1.2 | 944 | 3/5/2021 | |
1.1.1 | 549 | 3/4/2021 | |
1.1.0 | 2,304 | 12/28/2020 | |
1.0.0 | 1,482 | 11/24/2020 |
## [2.1.12](https://github.com/buehler/dotnet-kubernetes-client/compare/v2.1.11...v2.1.12) (2022-05-16)
### Bug Fixes
* Updated KubernetesClient to 7.2.19, fixed breaking binary changes in serialization. ([#121](https://github.com/buehler/dotnet-kubernetes-client/issues/121)) ([7f409c5](https://github.com/buehler/dotnet-kubernetes-client/commit/7f409c5ba3daa50c835e63ae8bfd06fa74b60dd9))