Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReplaceOrAppendPodCondition (0.33 sec)

  1. pkg/kubelet/status/status_manager.go

    					if _, c := podutil.GetPodConditionFromList(newPodStatus.Conditions, c.Type); c != nil {
    						// for shared conditions we update or append in podConditions
    						podConditions = statusutil.ReplaceOrAppendPodCondition(podConditions, c)
    					}
    				}
    			}
    		}
    	}
    	newPodStatus.Conditions = podConditions
    
    	// ResourceClaimStatuses is not owned and not modified by kubelet.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
Back to top