@daocloud-proto/kpanda 0.23.0-dev-e6a2f969 → 0.23.0-dev-e9b933f6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -367,7 +367,7 @@ export class Core {
|
|
|
367
367
|
return fm.fetchReq<KpandaIoApiCoreV1alpha1Node.ListClusterNodeSummaryRequest, KpandaIoApiCoreV1alpha1Node.ListClusterNodeSummaryResponse>(`/apis/kpanda.io/v1alpha1/clusters/${req["cluster"]}/nodesummary?${fm.renderURLSearchParams(req, ["cluster"])}`, {...initReq, method: "GET"})
|
|
368
368
|
}
|
|
369
369
|
static ListClusterSriovAllocatedResources(req: KpandaIoApiCoreV1alpha1Node.ListClusterSriovAllocatedResourcesRequest, initReq?: fm.InitReq): Promise<KpandaIoApiCoreV1alpha1Node.ListClusterSriovAllocatedResourcesResponse> {
|
|
370
|
-
return fm.fetchReq<KpandaIoApiCoreV1alpha1Node.ListClusterSriovAllocatedResourcesRequest, KpandaIoApiCoreV1alpha1Node.ListClusterSriovAllocatedResourcesResponse>(`/apis/kpanda.io/v1alpha1/clusters/${req["cluster"]}/
|
|
370
|
+
return fm.fetchReq<KpandaIoApiCoreV1alpha1Node.ListClusterSriovAllocatedResourcesRequest, KpandaIoApiCoreV1alpha1Node.ListClusterSriovAllocatedResourcesResponse>(`/apis/kpanda.io/v1alpha1/clusters/${req["cluster"]}/nodesriovresources?${fm.renderURLSearchParams(req, ["cluster"])}`, {...initReq, method: "GET"})
|
|
371
371
|
}
|
|
372
372
|
static GetNode(req: KpandaIoApiCoreV1alpha1Node.GetNodeRequest, initReq?: fm.InitReq): Promise<KpandaIoApiCoreV1alpha1Node.Node> {
|
|
373
373
|
return fm.fetchReq<KpandaIoApiCoreV1alpha1Node.GetNodeRequest, KpandaIoApiCoreV1alpha1Node.Node>(`/apis/kpanda.io/v1alpha1/clusters/${req["cluster"]}/nodes/${req["name"]}?${fm.renderURLSearchParams(req, ["cluster", "name"])}`, {...initReq, method: "GET"})
|