You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/redhat-resource-optimization/plugins/redhat-resource-optimization-backend/src/routes/costManagementAccess.ts
Copy file name to clipboardExpand all lines: workspaces/redhat-resource-optimization/plugins/redhat-resource-optimization-common/src/clients/cost-management/CostManagementSlimApi.ts
Copy file name to clipboardExpand all lines: workspaces/redhat-resource-optimization/plugins/redhat-resource-optimization-common/src/clients/cost-management/CostManagementSlimClient.ts
+29-6Lines changed: 29 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -434,16 +434,29 @@ export class CostManagementSlimClient implements CostManagementSlimApi {
434
434
/**
435
435
* Search OpenShift projects
436
436
* @param search - Search term to filter projects
437
+
* @param options - Optional request options including token and limit
438
+
* @param options.token - Bearer token for authentication (backend use)
439
+
* @param options.limit - Maximum number of results to return (default: 10, use large number for all)
0 commit comments