Skip to content

Commit

Permalink
views/Event*: Add OOMKilling reason
Browse files Browse the repository at this point in the history
Add highlighting for the OOMKilling event reason.

Signed-off-by: David Weinehall <david.weinehall@gmail.com>
  • Loading branch information
taotriad committed Apr 16, 2024
1 parent 45b17a2 commit 9e4d42e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions views/Event.events.k8s.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,10 @@ listview:
field_colors:
- context: "main"
type: "status_warning"
OOMKilling:
field_colors:
- context: "main"
type: "status_warning"
OpenShiftAPICheckFailed:
field_colors:
- context: "main"
Expand Down Expand Up @@ -1953,6 +1957,10 @@ infoview:
field_colors:
- context: "main"
type: "status_warning"
OOMKilling:
field_colors:
- context: "main"
type: "status_warning"
OpenShiftAPICheckFailed:
field_colors:
- context: "main"
Expand Down
8 changes: 8 additions & 0 deletions views/Event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,10 @@ listview:
field_colors:
- context: "main"
type: "status_warning"
OOMKilling:
field_colors:
- context: "main"
type: "status_warning"
OpenShiftAPICheckFailed:
field_colors:
- context: "main"
Expand Down Expand Up @@ -1949,6 +1953,10 @@ infoview:
field_colors:
- context: "main"
type: "status_warning"
OOMKilling:
field_colors:
- context: "main"
type: "status_warning"
OpenShiftAPICheckFailed:
field_colors:
- context: "main"
Expand Down

0 comments on commit 9e4d42e

Please sign in to comment.