mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 20:46:37 +00:00
* Fix: install dependency is invalid for runtime addon when it's clusters arg is nil Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com> * Fix: add unit test for getDependencyArgs and checkDependencyNeedInstall Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com> * Fix: Simplified the checkDependencyNeedInstall func logic Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com> * Fix: add comments for checkDependencyNeedInstall Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com> --------- Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com>
7 lines
192 B
CUE
7 lines
192 B
CUE
parameter: {
|
|
// +usage=Custom parameter description
|
|
myparam: *"myns" | string
|
|
//+usage=Deploy to specified clusters. Leave empty to deploy to all clusters.
|
|
clusters?: [...string]
|
|
}
|