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

Method CreateResource

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

Source from the content-addressed store, hash-verified

115}
116
117func (gateway Gateway) CreateResource(endpoint, apiURL string, body io.ReadSeeker, resource ...interface{}) error {
118 return gateway.createUpdateOrDeleteResource("POST", endpoint, apiURL, body, false, resource...)
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...)

Callers 15

CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateInSpaceMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateServiceInstanceMethod · 0.80
CreateMethod · 0.80
CreateSharedDomainMethod · 0.80

Calls 1

Tested by

no test coverage detected