kubernetes/pkg/scheduler/framework/plugins
Ukri Niemimuukko 02b0dc98dd remove unnecessary fmt.Sprintf call
default_preemtion.go has an unnecessary fmt.Sprintf call which
triggers common code checkers. This removes it.

Signed-off-by: Ukri Niemimuukko <ukri.niemimuukko@intel.com>
2023-11-25 21:36:04 +02:00
..
defaultbinder Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
defaultpreemption remove unnecessary fmt.Sprintf call 2023-11-25 21:36:04 +02:00
dynamicresources Merge pull request #118463 from testwill/replace_loop 2023-10-24 15:04:39 +02:00
examples Migrated pkg/scheduler/framework/plugins/examples/ to use contextual logging 2023-10-09 11:43:17 +08:00
feature Graduate ReadWriteOncePod to GA 2023-10-20 10:40:39 -07:00
helper kube-scheduler: add taints filtering logic consistent with TaintToleration plugin for PodTopologySpread plugin 2022-09-10 09:04:30 +08:00
imagelocality Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
interpodaffinity Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
names Remove deprecated selectorSpread 2023-08-28 22:11:33 +08:00
nodeaffinity feature(scheduler): simplify QueueingHint by introducing new statuses 2023-10-19 11:02:11 +00:00
nodename Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
nodeports feature(scheduler): simplify QueueingHint by introducing new statuses 2023-10-19 11:02:11 +00:00
noderesources Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
nodeunschedulable feature(scheduler): simplify QueueingHint by introducing new statuses 2023-10-19 11:02:11 +00:00
nodevolumelimits Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
podtopologyspread Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
queuesort Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
schedulinggates Unregister events in schedulingGates plugin 2023-11-06 10:01:13 +08:00
tainttoleration Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
testing Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
volumebinding Migrated pkg/scheduler/framework/plugins/volumebinding to contextual logging 2023-09-21 11:28:12 +08:00
volumerestrictions Graduate ReadWriteOncePod to GA 2023-10-20 10:40:39 -07:00
volumezone Change the scheduler plugins PluginFactory function to use context parameter to pass logger 2023-09-20 17:49:54 +08:00
README.md scheduler/framework/plugins: delete moved docs 2021-02-16 13:26:27 +00:00
registry.go Graduate ReadWriteOncePod to GA 2023-10-20 10:40:39 -07:00

Scheduler Framework Plugins

Moved here.