We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ee6b63 + b456d70 commit f803c11Copy full SHA for f803c11
pkg/scheduler/framework/types.go
@@ -264,6 +264,7 @@ func (pqi *QueuedPodInfo) DeepCopy() *QueuedPodInfo {
264
Attempts: pqi.Attempts,
265
InitialAttemptTimestamp: pqi.InitialAttemptTimestamp,
266
UnschedulablePlugins: pqi.UnschedulablePlugins.Clone(),
267
+ PendingPlugins: pqi.PendingPlugins.Clone(),
268
Gated: pqi.Gated,
269
}
270
0 commit comments