-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include broker fields when listing managed service instances
* Allow `managed` value for `CFServiceInstance.Type.Spec` * Introduce the `PlanGUID` field on `CFServiceInstanceSpec` * `ServiceInstanceRecord` implements the `relationships.Resource` interface. User provided services have no relationships, managed ones have a relationship to the service plan * The relationships repository returns empty list for resources with no relationships. * The broker fields are available in the `GET /v3/service_instances` response only if requested and the result service instances contain managed ones. Requesting those fields for user provided service instances only does not result into `include` field in the response fixes #3289
- Loading branch information
1 parent
32bb50a
commit 4fbe948
Showing
15 changed files
with
511 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.