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 0bd43e4 commit 1eda13dCopy full SHA for 1eda13d
src/KubernetesClient/Models/IntOrString.cs
@@ -3,7 +3,7 @@ namespace k8s.Models
3
[JsonConverter(typeof(IntOrStringJsonConverter))]
4
public struct IntOrString
5
{
6
- [JsonPropertyName("value")]
+
7
public string Value { get; private init; }
8
9
public static implicit operator IntOrString(int v)
0 commit comments