mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
* Refactor: the addon dependency installation logic is accurate to the cluster Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com> * Fix: optimize the code based on the review Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com> * Feat: add unit test for func checkDependencyNeedInstall Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com> --------- Signed-off-by: zhaohuihui <zhaohuihui_yewu@cmss.chinamobile.com>
10 lines
132 B
CUE
10 lines
132 B
CUE
package main
|
|
output: {
|
|
apiVersion: "core.oam.dev/v1beta1"
|
|
kind: "Application"
|
|
spec: {
|
|
components: []
|
|
policies: []
|
|
}
|
|
}
|