mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-19 12:36:34 +00:00
* Feat allow users to specify component revision name * Add unit tests Signed-off-by: LeoLiuYan <929908264@qq.com> * Add ExternalRevision field to ComponentManifest * Add handleComponentRevisionNameUnspecified func * Add unit tests for webhook Signed-off-by: LeoLiuYan <929908264@qq.com> * Add more unit tests * Feat allow users to specify component revision name * Add unit tests Signed-off-by: LeoLiuYan <929908264@qq.com> * Add ExternalRevision field to ComponentManifest * Add handleComponentRevisionNameUnspecified func * Add unit tests for webhook Signed-off-by: LeoLiuYan <929908264@qq.com> * Add more unit tests * Try to fix webhook unit tests * fix race (#2040) * fix test bug * More unit tst * More unit test and trigger ci Co-authored-by: yangsoon <yangsoonlx@gmail.com> Co-authored-by: Yin Da <yd219913@alibaba-inc.com>
Vela CLI and Dashboard Reference Implementation
This folder contains all reference implementation of vela cli, apiserver and dashboard. It provides a PoC of how to integrate KubeVela with your own system, you can refer to these implementations and build your own.
The formal KubeVela APIServer is a standalone project called velacp.