embed KubernetesClient.Models and KubernetesClient.Basic into client sdk (#1407)

* cleanup using

* cleanup classic

* clean up nuget

* bump ver

* fix pipeline

* remove commit by accident
This commit is contained in:
Boshi Lian
2023-09-26 11:03:12 -07:00
committed by GitHub
parent 80c1315ee0
commit 013fc6e06f
59 changed files with 169 additions and 217 deletions

View File

@@ -217,7 +217,7 @@ namespace k8s.Tests
var value = KubernetesJson.Deserialize<Dictionary<string, ResourceQuantity>>(@"{""cpu"": ""1.1""}");
Assert.Equal(new ResourceQuantity(11, -1, DecimalSI), value["cpu"]);
}
// int
{
var value = KubernetesJson.Deserialize<Dictionary<string, ResourceQuantity>>(@"{""cpu"": 1}");