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

Method DeleteServiceKeyByServiceInstanceAndName

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

Source from the content-addressed store, hash-verified

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)
77 DeleteSpaceRole(roleType constant.RoleType, spaceGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error)

Callers 2

ExecuteMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected