Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetPodByMirrorPod (0.16 sec)

  1. pkg/kubelet/pod/pod_manager.go

    	// GetPodByUID provides the (non-mirror) pod that matches pod UID, as well as
    	// whether the pod is found.
    	GetPodByUID(types.UID) (*v1.Pod, bool)
    	// GetPodByMirrorPod returns the static pod for the given mirror pod and
    	// whether it was known to the pod manager.
    	GetPodByMirrorPod(*v1.Pod) (*v1.Pod, bool)
    	// GetMirrorPodByPod returns the mirror pod for the given static pod and
    	// whether it was known to the pod manager.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:00 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top