Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToAPIPod (0.07 sec)

  1. pkg/kubelet/kubelet.go

    	// TODO(#113606): connect this with the incoming context parameter, which comes from the pod worker.
    	// Currently, using that context causes test failures.
    	ctx := context.Background()
    	pod := runningPod.ToAPIPod()
    	klog.V(4).InfoS("SyncTerminatingRuntimePod enter", "pod", klog.KObj(pod), "podUID", pod.UID)
    	defer klog.V(4).InfoS("SyncTerminatingRuntimePod exit", "pod", klog.KObj(pod), "podUID", pod.UID)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top