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/user-guide/crd-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ _Appears in:_
44
44
| Field | Description | Default | Validation |
45
45
| --- | --- | --- | --- |
46
46
|`lastRunTime`_[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#time-v1-meta)_| LastRunTime is the timestamp of the last optimization run. |||
47
-
|`accelerator`_string_| Accelerator is the type of accelerator for the optimized allocation. || MinLength: 2 <br />|
47
+
|`accelerator`_string_| Accelerator is the type of accelerator for the optimized allocation. This field is deprecated and will be removed in a future version. Use node selector or node affinity from scale target instead. |||
48
48
|`numReplicas`_integer_| NumReplicas is the number of replicas for the optimized allocation.<br />nil means no optimization decision has been made yet. || Minimum: 0 <br /> |
0 commit comments