autoscaler/cluster-autoscaler/processors/nodegroups
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
..
asyncnodegroups Add upcoming node groups state checker 2024-08-22 07:42:38 +00:00
nodegroup_list_processor.go DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
nodegroup_manager.go Synchronize access to scale-ups in AsyncNodeGroupInitializer 2024-10-16 11:32:35 +00:00