Parts of the loop & state machine functionality will be revived in code that interacts with Broker, Instance and Binding resources. Generic loop & state machine functionality might be extracted from the three loops & state machines that get created for those resources.
Since claims are no longer relevant given https://github.com/kubernetes-incubator/service-catalog/pull/31, one of the first steps to achieving https://github.com/deis/steward-framework/issues/7 is to remove the claim-related functionality.
Parts of the loop & state machine functionality will be revived in code that interacts with
Broker
,Instance
andBinding
resources. Generic loop & state machine functionality might be extracted from the three loops & state machines that get created for those resources.