-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement unbind from managed service instance
- Added IsAsync flag to UnbindResponse in OSBAPI and the logic in the Unbind method - Added returning Gone error and ignoring in instances and bindings controllers - Implementing the Unbind call in binding controller and also polling the last operation for the unbind response - Refactor binding controller so that the calls for the Bind, Unbind and Provison and Deprovision in the services controller are identical - Implement Setting owner reference with BlockOwnerDeletion=true and added 'foregroundDeletion' finalizer in binding controller fixes #3296 Co-authored-by: Danail Branekov <danailster@gmail.com>
- Loading branch information
1 parent
d0e8c41
commit e47d419
Showing
12 changed files
with
657 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.