Skip to content

Commit 1cc9b34

Browse files
feat: update crds
1 parent 5b69a37 commit 1cc9b34

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

chart/crds/CompositionCard.crd.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,59 @@ spec:
7676
- type
7777
type: object
7878
type: array
79+
openDrawer:
80+
items:
81+
properties:
82+
id:
83+
type: string
84+
loading:
85+
enum:
86+
- global
87+
- inline
88+
- none
89+
type: string
90+
requireConfirmation:
91+
type: boolean
92+
resourceRefId:
93+
type: string
94+
type:
95+
enum:
96+
- openDrawer
97+
type: string
98+
required:
99+
- id
100+
- resourceRefId
101+
- type
102+
type: object
103+
type: array
104+
openModal:
105+
items:
106+
properties:
107+
id:
108+
type: string
109+
loading:
110+
enum:
111+
- global
112+
- inline
113+
- none
114+
type: string
115+
name:
116+
type: string
117+
requireConfirmation:
118+
type: boolean
119+
resourceRefId:
120+
type: string
121+
type:
122+
enum:
123+
- openModal
124+
type: string
125+
required:
126+
- id
127+
- name
128+
- resourceRefId
129+
- type
130+
type: object
131+
type: array
79132
rest:
80133
items:
81134
properties:

0 commit comments

Comments
 (0)