Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fixed a bug in newGVKFixupWatcher which caused the metadata informer to hang #1790

Commits on Feb 4, 2022

  1. Test that gvkFixupWatcher matches the behaviour of watch.FakeWatcher

    Signed-off-by: Richard Wall <richard.wall@jetstack.io>
    wallrj committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0fbdc4b View commit details
    Browse the repository at this point in the history
  2. Re-implement gvkFixupWatcher as a watch.FilterFunc

    Signed-off-by: Richard Wall <richard.wall@jetstack.io>
    wallrj committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    5f4904e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Update copyright headers

    Signed-off-by: Richard Wall <richard.wall@jetstack.io>
    wallrj committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7ab04d5 View commit details
    Browse the repository at this point in the history
  2. Remove DeepCopy, as suggested during code review

    Signed-off-by: Richard Wall <richard.wall@jetstack.io>
    wallrj committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a4e0eee View commit details
    Browse the repository at this point in the history