mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
fix: include PendingPlugins in QueuedPodInfo.DeepCopy properly
This commit is contained in:
parent
bce499c136
commit
b456d705eb
@ -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