MCPcopy
hub / github.com/kubernetes/client-go / Patch

Method Patch

rest/fake/fake.go:64–66  ·  view source on GitHub ↗
(pt types.PatchType)

Source from the content-addressed store, hash-verified

62}
63
64func (c *RESTClient) Patch(pt types.PatchType) *restclient.Request {
65 return c.request("PATCH").SetHeader("Content-Type", string(pt))
66}
67
68func (c *RESTClient) Post() *restclient.Request {
69 return c.request("POST")

Callers

nothing calls this directly

Calls 2

requestMethod · 0.95
SetHeaderMethod · 0.80

Tested by

no test coverage detected