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

Method DeleteServiceInstance

command/v7/actor.go:73–73  ·  view source on GitHub ↗
(serviceInstanceName, spaceGUID string)

Source from the content-addressed store, hash-verified

71 DeleteServiceAppBinding(params v7action.DeleteServiceAppBindingParams) (chan v7action.PollJobEvent, v7action.Warnings, error)
72 DeleteServiceBroker(serviceBrokerGUID string) (v7action.Warnings, error)
73 DeleteServiceInstance(serviceInstanceName, spaceGUID string) (chan v7action.PollJobEvent, v7action.Warnings, error)
74 DeleteServiceKeyByServiceInstanceAndName(serviceInstanceName, serviceKeyName, spaceGUID string) (chan v7action.PollJobEvent, v7action.Warnings, error)
75 DeleteSpaceByNameAndOrganizationName(spaceName string, orgName string) (v7action.Warnings, error)
76 DeleteSpaceQuotaByName(quotaName string, orgGUID string) (v7action.Warnings, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected