Skip to content

Commit

Permalink
Add two more event reasons
Browse files Browse the repository at this point in the history
Add Pending and FinishedWorkload event reasons.

Signed-off-by: David Weinehall <[email protected]>
  • Loading branch information
dweineha committed Dec 4, 2024
1 parent f6fdc17 commit 8eddfa5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
16 changes: 16 additions & 0 deletions views/Event.events.k8s.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@ listview:
field_colors:
- context: "main"
type: "status_warning"
FinishedWorkload:
field_colors:
- context: "main"
type: "status_done"
FoundNewReplicaSet:
field_colors:
- context: "main"
Expand Down Expand Up @@ -1176,6 +1180,10 @@ listview:
field_colors:
- context: "main"
type: "status_ok"
Pending:
field_colors:
- context: "main"
type: "status_pending"
PodCreated:
field_colors:
- context: "main"
Expand Down Expand Up @@ -2714,6 +2722,10 @@ infoview:
field_colors:
- context: "main"
type: "status_warning"
FinishedWorkload:
field_colors:
- context: "main"
type: "status_done"
FoundNewReplicaSet:
field_colors:
- context: "main"
Expand Down Expand Up @@ -3146,6 +3158,10 @@ infoview:
field_colors:
- context: "main"
type: "status_ok"
Pending:
field_colors:
- context: "main"
type: "status_pending"
PodCreated:
field_colors:
- context: "main"
Expand Down
16 changes: 16 additions & 0 deletions views/Event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,10 @@ listview:
field_colors:
- context: "main"
type: "status_warning"
FinishedWorkload:
field_colors:
- context: "main"
type: "status_done"
FoundNewReplicaSet:
field_colors:
- context: "main"
Expand Down Expand Up @@ -1171,6 +1175,10 @@ listview:
field_colors:
- context: "main"
type: "status_ok"
Pending:
field_colors:
- context: "main"
type: "status_pending"
PodCreated:
field_colors:
- context: "main"
Expand Down Expand Up @@ -2709,6 +2717,10 @@ infoview:
field_colors:
- context: "main"
type: "status_warning"
FinishedWorkload:
field_colors:
- context: "main"
type: "status_done"
FoundNewReplicaSet:
field_colors:
- context: "main"
Expand Down Expand Up @@ -3141,6 +3153,10 @@ infoview:
field_colors:
- context: "main"
type: "status_ok"
Pending:
field_colors:
- context: "main"
type: "status_pending"
PodCreated:
field_colors:
- context: "main"
Expand Down
8 changes: 8 additions & 0 deletions views/variables/event_reasons.var
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,10 @@ FinalizerUpdateFailed:
field_colors:
- context: "main"
type: "status_warning"
FinishedWorkload:
field_colors:
- context: "main"
type: "status_done"
FoundNewReplicaSet:
field_colors:
- context: "main"
Expand Down Expand Up @@ -1100,6 +1104,10 @@ PayloadLoaded:
field_colors:
- context: "main"
type: "status_ok"
Pending:
field_colors:
- context: "main"
type: "status_pending"
PodCreated:
field_colors:
- context: "main"
Expand Down

0 comments on commit 8eddfa5

Please sign in to comment.