-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use shared informer for await logic for deployments (#1639)
* Use SharedInformers instead of watch clients * Use shared informer for each deployment and downstream resource * Update changelog * Fix tests and linting * Limit to the same namespace * Handle default namespace * Fix imports * Remove informer factory from await config * Add a common resync period to allow catch-up polling * Remove watchers for older GVR variations Co-authored-by: Levi Blackstone <levi@pulumi.com>
- Loading branch information
1 parent
1864a08
commit 059df9f
Showing
7 changed files
with
155 additions
and
87 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
Oops, something went wrong.