kubernetes-sigs / container-object-storage-interface-controller

Container Object Storage Interface (COSI) controller responsible to manage lifecycle of COSI objects. NOTE: The content of this repo has been moved to https://github.com/kubernetes-sigs/container-object-storage-interface.
Apache License 2.0
94 stars 28 forks source link

finalizers for BR and BAR #51

Closed krishchow closed 3 years ago

krishchow commented 3 years ago

We need to create finalizers for the BR and BAR to ensure that the B and BA must be deleted before the BR/BAR is removed.

This will ensure there are no dangling BRs that do not Bs and the same applies to the BAR.