(serviceInstanceName, spaceGUID string, omitApps bool)
| 163 | GetServiceInstanceByGUID(serviceInstanceGUID string) (resources.ServiceInstance, v7action.Warnings, error) |
| 164 | GetServiceInstanceByNameAndSpace(serviceInstanceName, spaceGUID string) (resources.ServiceInstance, v7action.Warnings, error) |
| 165 | GetServiceInstanceDetails(serviceInstanceName, spaceGUID string, omitApps bool) (v7action.ServiceInstanceDetails, v7action.Warnings, error) |
| 166 | GetServiceInstanceParameters(serviceInstanceName, spaceGUID string) (v7action.ServiceInstanceParameters, v7action.Warnings, error) |
| 167 | GetServiceInstanceLabels(serviceInstanceName, spaceGUID string) (map[string]types.NullString, v7action.Warnings, error) |
| 168 | GetServiceInstancesForSpace(spaceGUID string, omitApps bool) ([]v7action.ServiceInstance, v7action.Warnings, error) |
no outgoing calls
no test coverage detected