Skip to content
Closed
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
53 changes: 53 additions & 0 deletions chart/crds/CompositionCard.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,59 @@ spec:
- type
type: object
type: array
openDrawer:
items:
properties:
id:
type: string
loading:
enum:
- global
- inline
- none
type: string
requireConfirmation:
type: boolean
resourceRefId:
type: string
type:
enum:
- openDrawer
type: string
required:
- id
- resourceRefId
- type
type: object
type: array
openModal:
items:
properties:
id:
type: string
loading:
enum:
- global
- inline
- none
type: string
name:
type: string
requireConfirmation:
type: boolean
resourceRefId:
type: string
type:
enum:
- openModal
type: string
required:
- id
- name
- resourceRefId
- type
type: object
type: array
rest:
items:
properties:
Expand Down