From 61024cffc7f468a8b80a081d28c4e31e4b05249f Mon Sep 17 00:00:00 2001 From: Brian de Alwis Date: Wed, 25 Mar 2020 16:25:51 -0400 Subject: [PATCH] Update debug-events design proposal status --- docs/design_proposals/debug-events.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.