MCPcopy
hub / github.com/cloudfoundry/cli / UpdateResource

Method UpdateResource

cf/net/gateway.go:121–123  ·  view source on GitHub ↗
(endpoint, apiURL string, body io.ReadSeeker, resource ...interface{})

Source from the content-addressed store, hash-verified

119}
120
121func (gateway Gateway) UpdateResource(endpoint, apiURL string, body io.ReadSeeker, resource ...interface{}) error {
122 return gateway.createUpdateOrDeleteResource("PUT", endpoint, apiURL, body, false, resource...)
123}
124
125func (gateway Gateway) UpdateResourceSync(endpoint, apiURL string, body io.ReadSeeker, resource ...interface{}) error {
126 return gateway.createUpdateOrDeleteResource("PUT", endpoint, apiURL, body, true, resource...)

Callers 15

UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
SetSpaceRoleByGUIDMethod · 0.80
BindMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80
RenameMethod · 0.80
UpdateServiceInstanceMethod · 0.80
RenameServiceMethod · 0.80

Calls 1

Tested by

no test coverage detected