autoscaler/cluster-autoscaler/core
Daniel Kłobuszewski 07a8d38933 Allow checking specific nodes removal in simulator
Wraps simulator functions into an object, so that there's no need to
pass around parametrs that are not changing between CA loop iterations.
2022-05-06 15:49:34 +02:00
..
filteroutschedulable Move filter_out_schedulable to a separate package 2022-04-26 08:48:45 +02:00
scaledown Allow checking specific nodes removal in simulator 2022-05-06 15:49:34 +02:00
test Extract core test utils to a separate package 2022-04-26 08:48:45 +02:00
utils Exclude DaemonSets from equivalency checks caching 2022-03-15 10:03:22 +01:00
autoscaler.go Add grpc expander and tests 2022-02-16 12:34:06 -08:00
equivalence_groups.go Exclude DaemonSets from equivalency checks caching 2022-03-15 10:03:22 +01:00
equivalence_groups_test.go Exclude DaemonSets from equivalency checks caching 2022-03-15 10:03:22 +01:00
scale_up.go avoid double wrapping scale up error 2021-12-22 15:47:05 +02:00
scale_up_test.go Extract core test utils to a separate package 2022-04-26 08:48:45 +02:00
static_autoscaler.go Move the condition for ScaleDownInProgress to legacy scaledown code 2022-05-04 09:24:10 +02:00
static_autoscaler_test.go Make NodeDeletionTracker implement ActuationStatus interface 2022-04-28 17:08:10 +02:00