-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade client-go and apimachinery to 0.16.15 (#1794)
* Update k8s.io/client-go to v0.16.15 * Upgrade k8s.io/apiextensions-apiserver to v0.16.15 Note: overwrote grpc to keep at current version. * Upgrade client-go and apimachinery to 0.16.5 Worth noting that cache.WaitForCacheSync has changed its internal implementation to now use `err := wait.PollImmediateUntil(...)`, so there is no more implicit 100ms sleep before the sync. Therefore it didn't _actually_ wait to populate from Watch or allow events to fire - it just made room for it to occur. So had to now using assert/require.Eventually() to make sure that the system is in a state that matches what we expect before testing. Work on #1649 Co-authored-by: Alexander Apalikov <alexander.apalikov@globant.com>
- Loading branch information
1 parent
c8f18fa
commit c6636e7
Showing
579 changed files
with
127,019 additions
and
45,292 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.