mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-19 15:56:54 +00:00
* Store capability OpenAPI V3 JSON schema in ConfigMap Store the OpenAPI v3 JSON Schema generated from the parameters of a capability which could be used by api server To fix #899 address comments try to fix data race issue Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com> * address comments: generate cue instance from cue json instead of local file * update ConfigMap data at any time * add more unit-test * fix conflicts * adapt to new spec.schematic.cue.template * adapt to new spec.schematic.cue.template for controller unittest cases * fix ci issues * adapt to namespaced scope definition * add more testcases on namespaced definitions with and without namespaces Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
7 lines
373 B
Markdown
7 lines
373 B
Markdown
# 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](https://github.com/oam-dev/velacp). |