Skip to content

Commit 7618293

Browse files
committed
views: Add a new event reason
Add the CertificateExpirationOK event reason. Signed-off-by: David Weinehall <[email protected]>
1 parent f83eb48 commit 7618293

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

views/Event.events.k8s.io.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ listview:
190190
field_colors:
191191
- context: "main"
192192
type: "status_warning"
193+
CertificateExpirationOK:
194+
field_colors:
195+
- context: "main"
196+
type: "status_ok"
193197
CertificateIssued:
194198
field_colors:
195199
- context: "main"
@@ -2378,6 +2382,10 @@ infoview:
23782382
field_colors:
23792383
- context: "main"
23802384
type: "status_warning"
2385+
CertificateExpirationOK:
2386+
field_colors:
2387+
- context: "main"
2388+
type: "status_ok"
23812389
CertificateIssued:
23822390
field_colors:
23832391
- context: "main"

views/Event.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ listview:
185185
field_colors:
186186
- context: "main"
187187
type: "status_warning"
188+
CertificateExpirationOK:
189+
field_colors:
190+
- context: "main"
191+
type: "status_ok"
188192
CertificateIssued:
189193
field_colors:
190194
- context: "main"
@@ -2373,6 +2377,10 @@ infoview:
23732377
field_colors:
23742378
- context: "main"
23752379
type: "status_warning"
2380+
CertificateExpirationOK:
2381+
field_colors:
2382+
- context: "main"
2383+
type: "status_ok"
23762384
CertificateIssued:
23772385
field_colors:
23782386
- context: "main"

views/__event_reasons.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ CalculateExpectedPodCountFailed:
115115
field_colors:
116116
- context: "main"
117117
type: "status_warning"
118+
CertificateExpirationOK:
119+
field_colors:
120+
- context: "main"
121+
type: "status_ok"
118122
CertificateIssued:
119123
field_colors:
120124
- context: "main"

views/variables/event_reasons.var

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ CalculateExpectedPodCountFailed:
114114
field_colors:
115115
- context: "main"
116116
type: "status_warning"
117+
CertificateExpirationOK:
118+
field_colors:
119+
- context: "main"
120+
type: "status_ok"
117121
CertificateIssued:
118122
field_colors:
119123
- context: "main"

0 commit comments

Comments
 (0)