We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9a935 commit 3c5f7c4Copy full SHA for 3c5f7c4
src/KubernetesClient.Models/KubernetesYaml.cs
@@ -25,6 +25,7 @@ public static class KubernetesYaml
25
.WithOverridesFromJsonPropertyAttributes();
26
private static readonly IDeserializer StrictDeserializer =
27
CommonDeserializerBuilder
28
+ .WithDuplicateKeyChecking()
29
.Build();
30
private static readonly IDeserializer Deserializer =
31
0 commit comments