Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cacheEnabled (0.08 sec)

  1. pkg/kubelet/pleg/generic.go

    		}
    	}
    
    	var needsReinspection map[types.UID]*kubecontainer.Pod
    	if g.cacheEnabled() {
    		needsReinspection = make(map[types.UID]*kubecontainer.Pod)
    	}
    
    	// If there are events associated with a pod, we should update the
    	// podCache.
    	for pid, events := range eventsByPodID {
    		pod := g.podRecords.getCurrent(pid)
    		if g.cacheEnabled() {
    			// updateCache() will inspect the pod and update the cache. If an
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top