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 24c3ec1 commit 0d9e504Copy full SHA for 0d9e504
src/KubeOps/Operator/Webhooks/AdmissionResponse.cs
@@ -19,7 +19,7 @@ internal sealed class AdmissionResponse
19
public string[] Warnings { get; init; } = Array.Empty<string>();
20
21
[JsonPropertyName("patchType")]
22
- public string PatchType { get; set; } = JsonPatch;
+ public string? PatchType { get; set; }
23
24
[JsonPropertyName("patch")]
25
public string? Patch { get; set; }
0 commit comments