deis / steward-framework

Go SDK for the Service Catalog Controller API
MIT License
6 stars 3 forks source link

Add filters to ServiceClass creation #44

Open arschles opened 8 years ago

arschles commented 8 years ago

When a Broker is created, the broker control loop calls the CF service broker API at the Broker's specified host information, converts all responses to a list of ServiceClasses, and writes them all to Kubernetes. The API should allow for running each ServiceClass through a caller-specified filter before writing them to Kubernetes, so service catalog controller creators can opt out of services they don't want published.

Moved from https://github.com/deis/steward/issues/128