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

Added mutex to sync access to the SidecarEgressMap #220

Merged

Commits on May 25, 2022

  1. Fixes istio-ecosystem#219

    Added mutex to sync access to the SidecarEgressMap
    
    Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
    shriramsharma committed May 25, 2022
    Configuration menu
    Copy the full SHA
    88bfac1 View commit details
    Browse the repository at this point in the history
  2. fixed the test name

    Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
    shriramsharma committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1a0d30c View commit details
    Browse the repository at this point in the history
  3. used defer to release the mutex

    Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
    shriramsharma committed May 25, 2022
    Configuration menu
    Copy the full SHA
    62ea06e View commit details
    Browse the repository at this point in the history
  4. changes made as per review comments

    Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
    shriramsharma committed May 25, 2022
    Configuration menu
    Copy the full SHA
    53a6b55 View commit details
    Browse the repository at this point in the history
  5. used defer

    Signed-off-by: Shriram Sharma <shriram_sharma@intuit.com>
    shriramsharma committed May 25, 2022
    Configuration menu
    Copy the full SHA
    e330fde View commit details
    Browse the repository at this point in the history