@@ -318,7 +318,7 @@ paths:
318318 schema :
319319 $ref : ' #/components/schemas/Error'
320320
321- /k8s/capacity/cluster/list :
321+ /orchestrator/ k8s/capacity/cluster/list :
322322 get :
323323 summary : Get cluster list with details
324324 description : Returns a list of clusters with detailed capacity information
@@ -351,7 +351,7 @@ paths:
351351 schema :
352352 $ref : ' #/components/schemas/Error'
353353
354- /k8s/capacity/cluster/{clusterId} :
354+ /orchestrator/ k8s/capacity/cluster/{clusterId} :
355355 get :
356356 summary : Get cluster details
357357 description : Returns detailed capacity information for a specific cluster
@@ -395,7 +395,7 @@ paths:
395395 schema :
396396 $ref : ' #/components/schemas/Error'
397397
398- /k8s/capacity/node/list :
398+ /orchestrator/ k8s/capacity/node/list :
399399 get :
400400 summary : Get node list
401401 description : Returns a list of nodes in a cluster
@@ -441,7 +441,7 @@ paths:
441441 schema :
442442 $ref : ' #/components/schemas/Error'
443443
444- /k8s/capacity/node :
444+ /orchestrator/ k8s/capacity/node :
445445 get :
446446 summary : Get node details
447447 description : Returns detailed information for a specific node
@@ -575,7 +575,7 @@ paths:
575575 schema :
576576 $ref : ' #/components/schemas/Error'
577577
578- /k8s/capacity/node/cordon :
578+ /orchestrator/ k8s/capacity/node/cordon :
579579 put :
580580 summary : Cordon or uncordon node
581581 description : Marks a node as unschedulable or schedulable
@@ -618,7 +618,7 @@ paths:
618618 schema :
619619 $ref : ' #/components/schemas/Error'
620620
621- /k8s/capacity/node/drain :
621+ /orchestrator/ k8s/capacity/node/drain :
622622 put :
623623 summary : Drain node
624624 description : Safely evicts all pods from a node
@@ -661,7 +661,7 @@ paths:
661661 schema :
662662 $ref : ' #/components/schemas/Error'
663663
664- /k8s/capacity/node/taints/edit :
664+ /orchestrator/ k8s/capacity/node/taints/edit :
665665 put :
666666 summary : Edit node taints
667667 description : Updates the taints on a node
0 commit comments