Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPodIP (2.28 sec)

  1. pkg/kubelet/pleg/generic.go

    	newState := getContainerState(newPod, cid)
    	return generateEvents(pid, cid.ID, oldState, newState)
    }
    
    func (g *GenericPLEG) cacheEnabled() bool {
    	return g.cache != nil
    }
    
    // getPodIP preserves an older cached status' pod IP if the new status has no pod IPs
    // and its sandboxes have exited
    func (g *GenericPLEG) getPodIPs(pid types.UID, status *kubecontainer.PodStatus) []string {
    	if len(status.IPs) != 0 {
    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