mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-10 03:17:02 +00:00
[WIP]create tracker if needed and update components [WIP] add finalizer code and add logic for ac controller [WIP] refactor handle func to app handler [WIP] support helm cross namespace [WIP] rewrite application controller logic rebase master and solve conflict WIP add base cross namespace workload and fix some bugs add more e2e-test and fix some bugs rebase master and resolve confilict move resourceTracker to v1beta1 add v1beta1 to test scheme to fix test modify e2e test, change v1alpha2 application to v1beta1 delete resourceTracker crossplane catagory add controller logic test add unittest for finalizer related func add more unit test neet order import walk around check-diff error add docs add some comments in AC controller as review said modify some issues
KubeVela Website
This is the source of the website https://kubevela.io.
Contributing
-
Fork and clone
$ git clone git@github.com:oam-dev/kubevela.git $ cd kubevela/docs -
Install docsify-cli
$ npm i docsify-cli -g -
Make your changes
-
Local preview
$ docsify serve Serving /xxx/kubevela.io now. Listening at http://localhost:3000Preview your changes at http://127.0.0.1:3000/.
-
Push your commit
Thanks for your contributions!