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: keps/sig-api-machinery/1040-priority-and-fairness/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2834,11 +2834,11 @@ Beta:
2834
2834
2835
2835
GA:
2836
2836
2837
-
- Satisfaction with LIST and WATCH support.
2838
-
- API annotations properly support strategic merge patch.
2839
-
- APF allows us to disable client-side rate limiting without causing the apiservers to wedge/crash. Note that there is another level of concern that APF does not attempt to address, which is mismatch between the throughput that various controllers can sustain.
2840
-
- Design and implement borrowing between priority levels.
2841
-
- Satisfaction that the API is sufficient to support auto-tuning of capacity and resource costs.
2837
+
- [x] API annotations properly support strategic merge patch.
2838
+
- [x] Design and implement borrowing between priority levels.
2839
+
- [ ] Satisfaction with LIST and WATCH support.
2840
+
- [ ] APF allows us to disable client-side rate limiting without causing the apiservers to wedge/crash. Note that there is another level of concern that APF does not attempt to address, which is mismatch between the throughput that various controllers can sustain.
2841
+
- [ ] Satisfaction that the interface is sufficient to support tuning of capacity and resource costs.
0 commit comments