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