mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 02:15:10 +00:00
feat: remove node general update event from EventsToRegister when QHint is enabled
This commit is contained in:
@@ -60,18 +60,18 @@ func NewInTreeRegistry() runtime.Registry {
|
||||
dynamicresources.Name: runtime.FactoryAdapter(fts, dynamicresources.New),
|
||||
imagelocality.Name: imagelocality.New,
|
||||
tainttoleration.Name: runtime.FactoryAdapter(fts, tainttoleration.New),
|
||||
nodename.Name: nodename.New,
|
||||
nodeports.Name: nodeports.New,
|
||||
nodeaffinity.Name: nodeaffinity.New,
|
||||
nodename.Name: runtime.FactoryAdapter(fts, nodename.New),
|
||||
nodeports.Name: runtime.FactoryAdapter(fts, nodeports.New),
|
||||
nodeaffinity.Name: runtime.FactoryAdapter(fts, nodeaffinity.New),
|
||||
podtopologyspread.Name: runtime.FactoryAdapter(fts, podtopologyspread.New),
|
||||
nodeunschedulable.Name: nodeunschedulable.New,
|
||||
nodeunschedulable.Name: runtime.FactoryAdapter(fts, nodeunschedulable.New),
|
||||
noderesources.Name: runtime.FactoryAdapter(fts, noderesources.NewFit),
|
||||
noderesources.BalancedAllocationName: runtime.FactoryAdapter(fts, noderesources.NewBalancedAllocation),
|
||||
volumebinding.Name: runtime.FactoryAdapter(fts, volumebinding.New),
|
||||
volumerestrictions.Name: runtime.FactoryAdapter(fts, volumerestrictions.New),
|
||||
volumezone.Name: volumezone.New,
|
||||
volumezone.Name: runtime.FactoryAdapter(fts, volumezone.New),
|
||||
nodevolumelimits.CSIName: runtime.FactoryAdapter(fts, nodevolumelimits.NewCSI),
|
||||
interpodaffinity.Name: interpodaffinity.New,
|
||||
interpodaffinity.Name: runtime.FactoryAdapter(fts, interpodaffinity.New),
|
||||
queuesort.Name: queuesort.New,
|
||||
defaultbinder.Name: defaultbinder.New,
|
||||
defaultpreemption.Name: runtime.FactoryAdapter(fts, defaultpreemption.New),
|
||||
|
||||
Reference in New Issue
Block a user