autoscaler/cluster-autoscaler/cloudprovider/mocks
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
..
CloudProvider.go Add GetNodeGpuConfig to cloud provider 2023-02-14 14:08:29 +00:00
NodeGroup.go DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
PricingModel.go Add cloudprovider mocks generated by mockery 2018-12-28 17:17:07 +01:00