Skip to content

Commit b5bf433

Browse files
feat: update Smithery YAML files from tag 0.0.36 (#40)
Updated YAML files in chart/crds directory to align with local smithery output. Source tag: 0.0.36 Workflow run: 16778578531 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7689fe0 commit b5bf433

File tree

1 file changed

+55
-24
lines changed

1 file changed

+55
-24
lines changed

chart/crds/FlowChart.crd.yaml

Lines changed: 55 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,21 @@ spec:
143143
description: timestamp indicating when the resource was
144144
created
145145
type: string
146-
health:
147-
description: health status of the resource
146+
date:
147+
description: optional date value to be shown in the node,
148+
formatted as ISO 8601 string
149+
type: string
150+
icon:
151+
description: custom icon displayed for the resource node
148152
properties:
149-
message:
150-
description: optional description of the health state
151-
type: string
152-
reason:
153-
description: reason explaining the current health status
153+
color:
154+
description: CSS color value for the icon background
154155
type: string
155-
status:
156-
description: short status keyword (e.g. healthy, degraded)
156+
message:
157+
description: optional tooltip message displayed on hover
157158
type: string
158-
type:
159-
description: type or category of health check
159+
name:
160+
description: FontAwesome icon class name (e.g. 'fa-check')
160161
type: string
161162
type: object
162163
kind:
@@ -178,22 +179,21 @@ spec:
178179
description: timestamp indicating when the parent
179180
resource was created
180181
type: string
181-
health:
182-
description: health status of the parent resource
182+
date:
183+
description: optional date value to be shown in the
184+
node, formatted as ISO 8601 string
185+
type: string
186+
icon:
187+
description: custom icon for the parent resource
183188
properties:
184-
message:
185-
description: optional description of the health
186-
state
187-
type: string
188-
reason:
189-
description: reason explaining the current health
190-
status
189+
color:
190+
description: CSS color value for the icon background
191191
type: string
192-
status:
193-
description: short status keyword
192+
message:
193+
description: optional tooltip message
194194
type: string
195-
type:
196-
description: type or category of health check
195+
name:
196+
description: FontAwesome icon class name
197197
type: string
198198
type: object
199199
kind:
@@ -215,6 +215,20 @@ spec:
215215
description: internal version string of the parent
216216
resource
217217
type: string
218+
statusIcon:
219+
description: custom status icon for the parent resource
220+
properties:
221+
color:
222+
description: CSS color value for the status icon
223+
background
224+
type: string
225+
message:
226+
description: optional tooltip message
227+
type: string
228+
name:
229+
description: FontAwesome icon class name
230+
type: string
231+
type: object
218232
uid:
219233
description: unique identifier of the parent resource
220234
type: string
@@ -226,6 +240,22 @@ spec:
226240
resourceVersion:
227241
description: internal version string of the resource
228242
type: string
243+
statusIcon:
244+
description: custom status icon displayed alongside resource
245+
info
246+
properties:
247+
color:
248+
description: CSS color value for the status icon background
249+
type: string
250+
message:
251+
description: optional tooltip message describing the
252+
status
253+
type: string
254+
name:
255+
description: FontAwesome icon class name representing
256+
status
257+
type: string
258+
type: object
229259
uid:
230260
description: unique identifier of the resource
231261
type: string
@@ -234,6 +264,7 @@ spec:
234264
type: string
235265
required:
236266
- createdAt
267+
- date
237268
- kind
238269
- name
239270
- namespace

0 commit comments

Comments
 (0)