perf: Remove kubernetes tree api (#13995)

* perf: Remove kubernetes tree api

* perf: Update Dockerfile with new base image tag

---------

Co-authored-by: feng <1304903146@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: feng626 <57284900+feng626@users.noreply.github.com>
This commit is contained in:
fit2bot
2024-08-19 16:04:00 +08:00
committed by GitHub
parent 828582333d
commit 181eb621c0
6 changed files with 2 additions and 276 deletions

View File

@@ -47,9 +47,6 @@ user_permission_urlpatterns = [
path('<str:user>/nodes/all-with-assets/tree/',
api.UserPermedNodesWithAssetsAsTreeApi.as_view(),
name='user-nodes-with-assets-as-tree'),
path('<str:user>/nodes/children-with-k8s/tree/',
api.UserGrantedK8sAsTreeApi.as_view(),
name='user-nodes-children-with-k8s-as-tree'),
]
user_group_permission_urlpatterns = [