deis / steward-framework

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

Remove the ./k8s/claim package #14

Closed arschles closed 8 years ago

arschles commented 8 years ago

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 and Binding resources. Generic loop & state machine functionality might be extracted from the three loops & state machines that get created for those resources.