Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add container events to pod #16583

Merged
merged 2 commits into from
Dec 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_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
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agrare I think we should at least keep the labels more indicative: Pod Container Created


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