-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APIGOV-21642 - Updates for API service/instance deletion (#320)
* INT - updates for instance validator * INT - register instance validator job for GRPC mode * APIGOV-21642 - Updates for API service/instance deletion - Added RegisterServiceValidator method to allow agents to setup callback for validating if the service exists on dataplane. - The SDK calls the service validator to check if the API service associated to the API on dataplane needs to be deleted * APIGOV-21642 - move removal from cache to defer func * APIGOV-21642 - Update to check apiserviceinstance count based on externalAPIPrimaryKey or externalAP IID for deletion of the service * APIGOV-21642 - Fix for unit tests * APIGOV-21642 - remove service validator * APIGOV-21642 - revert changes to instance validator job execution * APIGOV-21642 - Adding instance to cache on publishing the resources to Central * APIGOV-21642 - Use resource instance returned from API call to cache apiserviceinstance Co-authored-by: Jason Collins <[email protected]>
- Loading branch information
1 parent
83a24a6
commit 4eaa4a2
Showing
6 changed files
with
82 additions
and
39 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
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
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