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

Fix Service object remove from resource map from route controller #549

Merged
merged 7 commits into from
Oct 18, 2022

Commits on Oct 12, 2022

  1. Fix Service object remove from resource map from route controller

    This commit fetches the services that were referenced by the route
    which has now been deleted, and removes those objects from the
    resource map. In order to facilitate this, the commit introduces
    a provider cache for kubernetes that stores mappings between
    kubernetes objects - for now it stores the map between
    [tls/http]route -> backend service references.
    So that once the [tls/http]route is deleted we have the services that
    it referenced.
    
    Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
    chauhanshubham committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    de6e71d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. minor

    Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
    chauhanshubham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b9f6843 View commit details
    Browse the repository at this point in the history
  2. refactor - review comments

    Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
    chauhanshubham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3731205 View commit details
    Browse the repository at this point in the history
  3. revert bad commit

    Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
    chauhanshubham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    425213c View commit details
    Browse the repository at this point in the history
  4. more refactor

    Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
    chauhanshubham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    83ac836 View commit details
    Browse the repository at this point in the history
  5. test-lint-fix

    Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
    chauhanshubham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1114aaa View commit details
    Browse the repository at this point in the history
  6. sigh

    Signed-off-by: Shubham Chauhan <shubham@tetrate.io>
    chauhanshubham committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    fb48c25 View commit details
    Browse the repository at this point in the history