Commit Graph

5 Commits

Author SHA1 Message Date
Bartłomiej Wróblewski 3b47908e51 Add ForceDeleteNodes method to NodeGroup interface 2024-11-18 13:55:07 +00:00
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
Yaroslava Serdiuk 9cdced4cfd Add AtomicScaleUp method to NodeGroup interface 2024-03-14 12:18:28 +00:00
Diego Bonfigli 48bf19744e implement new GetOptions method for linode provider 2021-01-27 08:56:46 +01:00
Diego Bonfigli c223481fbe add Linode cloud provider 2021-01-25 11:54:48 +01:00