Skip to content

Commit

Permalink
lose container prefix in pod events: pod_containerfailed -> pod_failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Zellner committed Dec 21, 2017
1 parent 81db841 commit 99bbac4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions db/fixtures/miq_event_definitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +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
containergroup_created,Pod Container Created,Default,container_operations
containergroup_failed,Pod Container Failed,Default,container_operations
containergroup_killing,Pod Container Killing,Default,container_operations
containergroup_started,Pod Container Started,Default,container_operations
containergroup_stopped,Pod Container Stopped,Default,container_operations
containergroup_unhealthy,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 99bbac4

Please sign in to comment.