diff --git a/views/Event.events.k8s.io.yaml b/views/Event.events.k8s.io.yaml index 3bc50209..b735c8ad 100644 --- a/views/Event.events.k8s.io.yaml +++ b/views/Event.events.k8s.io.yaml @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/views/Event.yaml b/views/Event.yaml index dbfe1f15..1b0fd295 100644 --- a/views/Event.yaml +++ b/views/Event.yaml @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/views/variables/event_reasons.var b/views/variables/event_reasons.var index 51756c8e..ff12f833 100644 --- a/views/variables/event_reasons.var +++ b/views/variables/event_reasons.var @@ -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" @@ -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"