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
20 stars 22 forks source link

fix OBC delete stuck #216

Closed thotz closed 3 years ago

thotz commented 3 years ago

The delete operation is handled via update calls, with addition of new Update() API, the objects need to deleted are not added to the queue due to check in updateSupported(). So if the deletion timestamp is set, then this check is ignored in NewController(). FInd more details here

Signed-off-by: Jiffin Tony Thottan thottanjiffin@gmail.com