mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 17:37:09 +00:00
* Enable "vela show" to support namespaced capability Provide option `-namespace`, if not set, the default namespace is default. If not found, as by default, capabilities are located in vela-system, it will continue to retrieve the capability in vela-system directory. Fix #1520 * add e2e tests * Address comments: Revert env context back Get namespace from env, instead of adding option "-namespace" * fix unittest issue * Address comments Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com> * fix e2e Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.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.