diff --git a/docs/design_proposals/debug-events.md b/docs/design_proposals/debug-events.md index fca964f7e32..55e53f200a1 100644 --- a/docs/design_proposals/debug-events.md +++ b/docs/design_proposals/debug-events.md @@ -3,9 +3,11 @@ * Author(s): Brian de Alwis (@briandealwis) * Design Shepherd: Nick Kubala (@nkubala) * Date: 2019-10-24 -* Status: Reviewed +* Status: *Implemented* (#3609, #3645) * Related: #2211 +Note: implemented but there were some minor name changes. + ## Background Cloud Code for IntelliJ and VS Code currently launch `skaffold debug --port-forward` to start @@ -218,4 +220,4 @@ ___ ## Integration test plan Tests will need to verify that pod- and container-start successfully raise debugging _Started_ events, -and container termination and pod-deletion raises _Terminated_ events. \ No newline at end of file +and container termination and pod-deletion raises _Terminated_ events.