deis / steward-framework

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

Create a binding control loop #17

Closed krancour closed 8 years ago

arschles commented 8 years ago

Since Bindings are namespace-specific (not cluster-global), this loop will eventually need to:

For this issue to be complete, the loop should just listen on a hard-coded set of namespaces and not dynamically start/stop loops even if those namespaces are removed.

30 has been created to capture the new work