Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions crd-chart/templates/Button.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ spec:
description: actions to open modal dialog components
items:
properties:
customWidth:
description: the custom width of the value, which should
be used by setting the 'custom' value inside the 'size'
property
type: string
id:
description: unique identifier for the modal action
type: string
Expand All @@ -248,6 +253,17 @@ spec:
description: the identifier of the k8s custom resource
that should be represented
type: string
size:
description: sets the Modal size, 'default' is 520px,
'large' is 80% of the screen width, 'fullscreen' is
100% of the screen width, 'custom' should be used
with the 'customWidth' property
enum:
- default
- large
- fullscreen
- custom
type: string
title:
description: title shown in the modal header
type: string
Expand Down
36 changes: 18 additions & 18 deletions crd-chart/templates/Column.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,26 +148,26 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: the items of the column
Expand Down
30 changes: 15 additions & 15 deletions crd-chart/templates/DataGrid.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,23 +148,23 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- tables
- tablists
- yamlviewers
type: array
asGrid:
description: to show children as list or grid
Expand Down
17 changes: 17 additions & 0 deletions crd-chart/templates/Form.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ spec:
description: actions to open modal dialog components
items:
properties:
customWidth:
description: the custom width of the value, which should
be used by setting the 'custom' value inside the 'size'
property
type: string
id:
description: unique identifier for the modal action
type: string
Expand All @@ -249,6 +254,17 @@ spec:
description: the identifier of the k8s custom resource
that should be represented
type: string
size:
description: sets the Modal size, 'default' is 520px,
'large' is 80% of the screen width, 'fullscreen' is
100% of the screen width, 'custom' should be used
with the 'customWidth' property
enum:
- default
- large
- fullscreen
- custom
type: string
title:
description: title shown in the modal header
type: string
Expand Down Expand Up @@ -471,6 +487,7 @@ spec:
schema:
description: the schema of the form as an object
type: object
x-kubernetes-preserve-unknown-fields: true
stringSchema:
description: the schema of the form as a string
type: string
Expand Down
4 changes: 2 additions & 2 deletions crd-chart/templates/NavMenu.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- navmenuitems
items:
type: string
enum:
- navmenuitems
type: array
items:
description: list of navigation entries each pointing to a k8s
Expand Down
4 changes: 2 additions & 2 deletions crd-chart/templates/NavMenuItem.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- pages
items:
type: string
enum:
- pages
type: array
icon:
description: 'name of the icon to display alongside the label
Expand Down
36 changes: 18 additions & 18 deletions crd-chart/templates/Page.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,26 +148,26 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: list of resources to be rendered within the route
Expand Down
16 changes: 16 additions & 0 deletions crd-chart/templates/Panel.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ spec:
description: actions to open modal dialog components
items:
properties:
customWidth:
description: the custom width of the value, which should
be used by setting the 'custom' value inside the 'size'
property
type: string
id:
description: unique identifier for the modal action
type: string
Expand All @@ -248,6 +253,17 @@ spec:
description: the identifier of the k8s custom resource
that should be represented
type: string
size:
description: sets the Modal size, 'default' is 520px,
'large' is 80% of the screen width, 'fullscreen' is
100% of the screen width, 'custom' should be used
with the 'customWidth' property
enum:
- default
- large
- fullscreen
- custom
type: string
title:
description: title shown in the modal header
type: string
Expand Down
4 changes: 2 additions & 2 deletions crd-chart/templates/RoutesLoader.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- routes
items:
type: string
enum:
- routes
type: array
required:
- allowedResources
Expand Down
44 changes: 26 additions & 18 deletions crd-chart/templates/Row.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,31 +149,39 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: the items of the row
items:
properties:
alignment:
description: the alignment of the element inside the cell.
Default is 'left'
enum:
- center
- left
- right
type: string
resourceRefId:
type: string
size:
Expand Down
39 changes: 21 additions & 18 deletions crd-chart/templates/TabList.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,26 +149,26 @@ spec:
allowedResources:
description: the list of resources that are allowed to be children
of this widget or referenced by it
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
items:
type: string
enum:
- barcharts
- buttons
- columns
- datagrids
- eventlists
- filters
- flowcharts
- forms
- linecharts
- markdowns
- panels
- paragraphs
- piecharts
- rows
- tables
- tablists
- yamlviewers
type: array
items:
description: the items of the tab list
Expand All @@ -181,6 +181,9 @@ spec:
description: the identifier of the k8s custom resource represented
by the tab content
type: string
title:
description: optional title to be displayed inside the tab
type: string
required:
- resourceRefId
type: object
Expand Down
Loading