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:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user