You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now bind/unbind/provision/update/deprovsion will all have some similar logic that is not being captured. examples are checking if the namespace exists, checking if the spec has an image, executing the APB cleaning up the sandbox. Some of them (provision/bind) will have to extract the credentials.
I think that this is tied to #248 and we should also think about this from unit testing of callers standpoint (make it easily overridable so that the broker can be unit tested properly).
The text was updated successfully, but these errors were encountered:
Right now bind/unbind/provision/update/deprovsion will all have some similar logic that is not being captured. examples are checking if the namespace exists, checking if the spec has an image, executing the APB cleaning up the sandbox. Some of them (provision/bind) will have to extract the credentials.
I think that this is tied to #248 and we should also think about this from unit testing of callers standpoint (make it easily overridable so that the broker can be unit tested properly).
The text was updated successfully, but these errors were encountered: