autoscaler/cluster-autoscaler/clusterstate
Kuba Tużnik 879c6a84a4 DRA: migrate all of CA to use the new internal NodeInfo/PodInfo
The new wrapper types should behave like the direct schedulerframework
types for most purposes, so most of the migration is just changing
the imported package.

Constructors look a bit different, so they have to be adapted -
mostly in test code. Accesses to the Pods field have to be changed
to a method call.

After this, the schedulerframework types are only used in the new
wrappers, and in the parts of simulator/ that directly interact with
the scheduler framework. The rest of CA codebase operates on the new
wrapper types.
2024-11-05 16:43:43 +01:00
..
api Convert status in cluster-autoscaler-status to yaml and add error info for backoff and more node counts. 2023-12-28 18:52:55 +00:00
utils Refactor status_test.go to use table tests 2023-12-29 14:41:58 +00:00
clusterstate.go DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
clusterstate_test.go Filter upcoming nodes in clusterstate and scale-up executor 2024-10-15 14:02:23 +00:00