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: docs/home/whats-new-2-17.md
+50-11Lines changed: 50 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -128,30 +128,69 @@ Deprecated features will be available for **two** versions ahead of the notifica
128
128
129
129
The endpoints and parameters specified in the API reference are the ones that are officially supported by Run:ai. For more information about Run:ai's API support policy and deprecation process, see [Developer overview](../developer/overview-developer.md#overview-developer-documentation).
130
130
131
-
The following list of API endpoints have been marked for deprecation:
131
+
The following list of API endpoints and fields that have been marked for deprecation:
132
132
133
-
#### Jobs, events, pods API (replaced by workloads/pods/events)
|https://app.run.ai/v1/k8s/groups|https://app.run.ai/api/v1/authorization/access-rules (groups should no longer be created, you can only add access rules to them) |
183
+
|https://app.run.ai/v1/k8s/clusters/{clusterId}/projects - _resources_ field | Use _nodePoolResources_ field |
184
+
|https://app.run.ai/v1/k8s/clusters/{clusterId}/projects - _deservedGpus_ field | Use _nodePoolResources_ field |
185
+
|https://app.run.ai/v1/k8s/clusters/{clusterId}/projects - _allowOverQuota_ field | Use _nodePoolResources_ field |
186
+
|https://app.run.ai/v1/k8s/clusters/{clusterId}/projects - _maxAllowedGpus_ field | Use _nodePoolResources_ field |
0 commit comments