mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	@@ -1377,7 +1377,7 @@ func (kl *Kubelet) generateAPIPodStatus(pod *v1.Pod, podStatus *kubecontainer.Po
 | 
			
		||||
	if _, oldPodScheduled := podutil.GetPodCondition(&pod.Status, v1.PodScheduled); oldPodScheduled != nil {
 | 
			
		||||
		s.Conditions = append(s.Conditions, *oldPodScheduled)
 | 
			
		||||
	}
 | 
			
		||||
	podutil.UpdatePodCondition(&pod.Status, &v1.PodCondition{
 | 
			
		||||
	podutil.UpdatePodCondition(s, &v1.PodCondition{
 | 
			
		||||
		Type:   v1.PodScheduled,
 | 
			
		||||
		Status: v1.ConditionTrue,
 | 
			
		||||
	})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user