(spaceQuotaName string, orgGUID string)
| 174 | GetSpaceFeature(spaceName string, orgGUID string, feature string) (bool, v7action.Warnings, error) |
| 175 | GetSpaceLabels(spaceName string, orgGUID string) (map[string]types.NullString, v7action.Warnings, error) |
| 176 | GetSpaceQuotaByName(spaceQuotaName string, orgGUID string) (resources.SpaceQuota, v7action.Warnings, error) |
| 177 | GetSpaceQuotasByOrgGUID(orgGUID string) ([]resources.SpaceQuota, v7action.Warnings, error) |
| 178 | GetSpaceSummaryByNameAndOrganization(spaceName string, orgGUID string) (v7action.SpaceSummary, v7action.Warnings, error) |
| 179 | GetSpaceUsersByRoleType(spaceGuid string) (map[constant.RoleType][]resources.User, v7action.Warnings, error) |
no outgoing calls
no test coverage detected