Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isEventedPLEGInUse (0.21 sec)

  1. pkg/kubelet/pleg/generic.go

    	// For more details refer to:
    	// https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/3386-kubelet-evented-pleg#timestamp-of-the-pod-status
    	if utilfeature.DefaultFeatureGate.Enabled(features.EventedPLEG) && isEventedPLEGInUse() && status != nil {
    		timestamp = status.TimeStamp
    	}
    
    	return err, g.cache.Set(pod.ID, status, err, timestamp)
    }
    
    func (g *GenericPLEG) UpdateCache(pod *kubecontainer.Pod, pid types.UID) (error, bool) {
    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