mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-23 17:53:04 +00:00
26 lines
355 B
CUE
26 lines
355 B
CUE
#ApplyComponent: {
|
|
#provider: "oam"
|
|
#do: "component-apply"
|
|
cluster: *"" | string
|
|
value: {...}
|
|
patch?: {...}
|
|
...
|
|
}
|
|
|
|
#RenderComponent: {
|
|
#provider: "oam"
|
|
#do: "component-render"
|
|
cluster: *"" | string
|
|
value: {...}
|
|
patch?: {...}
|
|
output?: {...}
|
|
outputs?: {...}
|
|
...
|
|
}
|
|
|
|
#LoadComponets: {
|
|
#provider: "oam"
|
|
#do: "load"
|
|
...
|
|
}
|