mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 10:19:50 +00:00
Merge pull request #127177 from sanposhiho/bug-deepcopy
fix: include PendingPlugins in QueuedPodInfo.DeepCopy properly
This commit is contained in:
commit
f803c112b8
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user