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

Method GetServiceKeyByServiceInstanceAndName

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

Source from the content-addressed store, hash-verified

159 GetServiceBrokerLabels(serviceBrokerName string) (map[string]types.NullString, v7action.Warnings, error)
160 GetServiceBrokers() ([]resources.ServiceBroker, v7action.Warnings, error)
161 GetServiceKeyByServiceInstanceAndName(serviceInstanceName, serviceKeyName, spaceGUID string) (resources.ServiceCredentialBinding, v7action.Warnings, error)
162 GetServiceKeyDetailsByServiceInstanceAndName(serviceInstanceName, serviceKeyName, spaceGUID string) (resources.ServiceCredentialBindingDetails, v7action.Warnings, error)
163 GetServiceInstanceByGUID(serviceInstanceGUID string) (resources.ServiceInstance, v7action.Warnings, error)
164 GetServiceInstanceByNameAndSpace(serviceInstanceName, spaceGUID string) (resources.ServiceInstance, v7action.Warnings, error)

Callers 2

guidMethod · 0.65

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls

no outgoing calls

Tested by

no test coverage detected