mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 10:25:12 +00:00
Merge pull request #127177 from sanposhiho/bug-deepcopy
fix: include PendingPlugins in QueuedPodInfo.DeepCopy properly
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user