autoscaler/cluster-autoscaler/expander
Walid Ghallab 720f5946fd Refactor NewAutoscalerError function.
We will have two functions instead of one:
1. One that doesn't do formatting, like klog.Error
2. One that accepts formating, like klog.Errorf

The main reason behind this is to avoid go vet errors and have clear
interfaces to catch accidental bugs and rely on go vet to catch those
accidental bugs (or go test in go 1.24, as those are treated as errors).
2024-12-16 17:46:40 +00:00
..
factory Refactor NewAutoscalerError function. 2024-12-16 17:46:40 +00:00
grpcplugin DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
leastnodes DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
mocks Add grpc expander and tests 2022-02-16 12:34:06 -08:00
mostpods DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
price DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
priority DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
random DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00
waste Add ForceDeleteNodes method to NodeGroup interface 2024-11-18 13:55:07 +00:00
expander.go DRA: migrate all of CA to use the new internal NodeInfo/PodInfo 2024-11-05 16:43:43 +01:00