mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-22 02:22:15 -04:00
DeviceTaintRule is off by default because the corresponding v1beta2 API group is off. When enabled, the potentially still disabled v1alpha3 API version was used instead of the new v1beta2, causing the scheduler to fail while setting up informers and then not scheduling pods. |
||
|---|---|---|
| .. | ||
| balanced_allocation.go | ||
| balanced_allocation_test.go | ||
| fit.go | ||
| fit_test.go | ||
| least_allocated.go | ||
| least_allocated_test.go | ||
| most_allocated.go | ||
| most_allocated_test.go | ||
| requested_to_capacity_ratio.go | ||
| requested_to_capacity_ratio_test.go | ||
| resource_allocation.go | ||
| resource_allocation_test.go | ||
| util_test.go | ||