mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-14 05:16:49 +00:00
* Feat: use #ApplyComponent in EnvBinding * Fix: application test compRev control by resourcetracker * Fix: add more detail in error info
15 lines
191 B
CUE
15 lines
191 B
CUE
#ApplyComponent: {
|
|
#provider: "oam"
|
|
#do: "component-apply"
|
|
cluster: *"" | string
|
|
value: {...}
|
|
patch?: {...}
|
|
...
|
|
}
|
|
|
|
#LoadComponets: {
|
|
#provider: "oam"
|
|
#do: "load"
|
|
...
|
|
}
|