Skip to content

Commit

Permalink
Make container events belong to pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Zellner committed Dec 3, 2017
1 parent d66dbcc commit 2c78025
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/fixtures/miq_event_definitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ containergroup_scheduled,Pod Scheduled,Default,container_operations
containergroup_compliance_check,Pod Compliance Check,Default,compliance
containergroup_compliance_passed,Pod Compliance Passed,Default,compliance
containergroup_compliance_failed,Pod Compliance Failed,Default,compliance
containergroup_containercreated,Pod Container Created,Default,container_operations
containergroup_containerfailed,Pod Container Failed,Default,container_operations
containergroup_containerkilling,Pod Container Killing,Default,container_operations
containergroup_containerstarted,Pod Container Started,Default,container_operations
containergroup_containerstopped,Pod Container Stopped,Default,container_operations
containergroup_containerunhealthy,Pod Container Unhealthy,Default,container_operations

containerreplicator_failedcreate,Replicator Failed Creating Pod,Default,container_operations
containerreplicator_successfulcreate,Replicator Successfully Created Pod,Default,container_operations
Expand Down

0 comments on commit 2c78025

Please sign in to comment.