mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +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,
|
Attempts: pqi.Attempts,
|
||||||
InitialAttemptTimestamp: pqi.InitialAttemptTimestamp,
|
InitialAttemptTimestamp: pqi.InitialAttemptTimestamp,
|
||||||
UnschedulablePlugins: pqi.UnschedulablePlugins.Clone(),
|
UnschedulablePlugins: pqi.UnschedulablePlugins.Clone(),
|
||||||
|
PendingPlugins: pqi.PendingPlugins.Clone(),
|
||||||
Gated: pqi.Gated,
|
Gated: pqi.Gated,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user