-
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 - 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
fe540d7
commit 15d2c4d
Showing
12 changed files
with
658 additions
and
498 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.