You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MESH-6858: Improve VS deletion logic (#957) (#432)
* MESH-6858- improve VirtualService deletion handling in
virtualservice_handler
---------
### Checklist
🚨 Please review this repository's [contribution
guidelines](./CONTRIBUTING.md).
- [ ] I've read and agree to the project's contribution guidelines.
- [ ] I'm requesting to **pull a topic/feature/bugfix branch**.
- [ ] I checked that my code additions will pass code linting checks and
unit tests.
- [ ] I updated unit and integration tests (if applicable).
- [ ] I'm ready to notify the team of this contribution.
### Description
What does this change do and why?
[Link to related ISSUE]
Thank you!
Co-authored-by: Punakshi Chaand <[email protected]>
Co-authored-by: pchaand <[email protected]>
ctxLogger.Infof(LogFormat, "Delete", common.VirtualServiceResourceType, vSName, cluster, "Either VirtualService was already deleted, or it never existed")
579
592
returnnil
580
593
}
@@ -814,16 +827,19 @@ func createVirtualServiceSkeleton(vs networkingV1Alpha3.VirtualService, name str
0 commit comments