MCPcopy Index your code
hub / github.com/cloudfoundry/cli / FindInstanceByName

Method FindInstanceByName

cf/api/services.go:29–29  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

27 GetAllServiceOfferings() (offerings models.ServiceOfferings, apiErr error)
28 GetServiceOfferingsForSpace(spaceGUID string) (offerings models.ServiceOfferings, apiErr error)
29 FindInstanceByName(name string) (instance models.ServiceInstance, apiErr error)
30 PurgeServiceInstance(instance models.ServiceInstance) error
31 CreateServiceInstance(name, planGUID string, params map[string]interface{}, tags []string) (apiErr error)
32 UpdateServiceInstance(instanceGUID, planGUID string, params map[string]interface{}, tags *[]string) (apiErr error)

Callers 8

ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
bindAppToServicesMethod · 0.65
ExecuteMethod · 0.65
services_test.goFile · 0.65

Implementers 2

FakeServiceRepositorycf/api/apifakes/fake_service_repositor

Calls

no outgoing calls

Tested by

no test coverage detected