+
Pre-Start event
+
Pre-Start commands are executed before the inner loop is started, inside init-containers (not implemented by odo).
+
+
+
Post-Start event
+
Post-Start commands are executed at the beginning of the inner loop, inside pre-fetched containers.
+
+
+
Pre-Stop event
+
Pre-Stop commands are executed at the end of the inner loop, inside pre-fetched containers.
+
+
+
Post-Stop event
+
Post-Stop commands are executed after the inner loop is finished (not implemented by odo).
+
+
+
diff --git a/ui/src/app/tabs/events/events.component.spec.ts b/ui/src/app/tabs/events/events.component.spec.ts
new file mode 100644
index 000000000..ae5f8c351
--- /dev/null
+++ b/ui/src/app/tabs/events/events.component.spec.ts
@@ -0,0 +1,23 @@
+import { ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { EventsComponent } from './events.component';
+
+describe('EventsComponent', () => {
+ let component: EventsComponent;
+ let fixture: ComponentFixture