mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-05 19:22:03 +00:00
* Feat: refactor CLI commands related to resources Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: remove the old test case. Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: e2e test Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: optimize test cases Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Feat: rename 'vela pods' to 'vela status --pod' Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Feat: optimize the e2e test case Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: sort the objects Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: optimize the e2e test case Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: list the pod by the labels Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: order the tree resource Signed-off-by: barnettZQG <barnett.zqg@gmail.com> * Fix: set multicluster config Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
22 lines
422 B
CUE
22 lines
422 B
CUE
#Read: kube.#Read
|
|
|
|
#List: kube.#List
|
|
|
|
#Delete: kube.#Delete
|
|
|
|
#ListResourcesInApp: query.#ListResourcesInApp
|
|
|
|
#ListAppliedResources: query.#ListAppliedResources
|
|
|
|
#CollectPods: query.#CollectPods
|
|
|
|
#CollectServices: query.#CollectServices
|
|
|
|
#SearchEvents: query.#SearchEvents
|
|
|
|
#CollectLogsInPod: query.#CollectLogsInPod
|
|
|
|
#CollectServiceEndpoints: query.#CollectServiceEndpoints
|
|
|
|
#GetApplicationTree: query.#GetApplicationTree
|