fix patch in netframework (#894)
This commit is contained in:
@@ -14,7 +14,7 @@ public abstract partial class AbstractKubernetes
|
||||
public static readonly HttpMethod Post = HttpMethod.Post;
|
||||
public static readonly HttpMethod Put = HttpMethod.Put;
|
||||
public static readonly HttpMethod Trace = HttpMethod.Trace;
|
||||
public static readonly HttpMethod Patch = new HttpMethod("Patch");
|
||||
public static readonly HttpMethod Patch = new HttpMethod("PATCH");
|
||||
}
|
||||
|
||||
private sealed class QueryBuilder
|
||||
|
||||
Reference in New Issue
Block a user