diff --git a/pkg/scheduler/framework/types.go b/pkg/scheduler/framework/types.go index a30bdc14536..d12bf8eb4e6 100644 --- a/pkg/scheduler/framework/types.go +++ b/pkg/scheduler/framework/types.go @@ -264,6 +264,7 @@ func (pqi *QueuedPodInfo) DeepCopy() *QueuedPodInfo { Attempts: pqi.Attempts, InitialAttemptTimestamp: pqi.InitialAttemptTimestamp, UnschedulablePlugins: pqi.UnschedulablePlugins.Clone(), + PendingPlugins: pqi.PendingPlugins.Clone(), Gated: pqi.Gated, } }