thecodeteam / ecs-cf-service-broker

Cloud Foundry Service Broker for EMC ECS Object Storage
Apache License 2.0
29 stars 28 forks source link

Feature list instances and bindings #191

Closed kirillston closed 3 years ago

kirillston commented 3 years ago

This pull request includes implementation of REST controller mapping "/v2/repository/instances" and "/v2/repository/bindings" requests and providing list of Service Instances or Service Instance Bindings respectively.

Moreover pagination support added that allows to specify retrievable number of objects and starting object name by providing corresponding request arguments ("pageSize", "marker").

Also names of classes ServiceInstanceRepositoryTestand ServiceInstanceBindingRepositoryTestare switched, so now test classes naming is correct.