We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557614b commit ef90174Copy full SHA for ef90174
src/KubernetesClient.Basic/AbstractKubernetes.cs
@@ -14,7 +14,7 @@ private static class HttpMethods
14
public static readonly HttpMethod Post = HttpMethod.Post;
15
public static readonly HttpMethod Put = HttpMethod.Put;
16
public static readonly HttpMethod Trace = HttpMethod.Trace;
17
- public static readonly HttpMethod Patch = new HttpMethod("Patch");
+ public static readonly HttpMethod Patch = new HttpMethod("PATCH");
18
}
19
20
private sealed class QueryBuilder
0 commit comments