kube-object-storage / lib-bucket-provisioner

Library for the dynamic provisioning of object store buckets to be used by object store providers.
Apache License 2.0
21 stars 22 forks source link

set obc status earlier #166

Closed jeffvance closed 5 years ago

jeffvance commented 5 years ago

fixes #158 Error path tested.

Signed-off-by: jeffvance jeff.h.vance@gmail.com

@copejon @dannyzaken

copejon commented 5 years ago

If an error then occurs, e.g. the SC doesn't exist, should the status be changed from Pending to Error or Failed? This would entail reverting to Pending once the error is corrected.