Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParsePodFullName (0.13 sec)

  1. pkg/kubelet/kubelet_pods.go

    	// cached there, something is wrong (or kubelet just restarted and hasn't
    	// caught up yet). Just assume the pod is not ready yet.
    	name, namespace, err := kubecontainer.ParsePodFullName(podFullName)
    	if err != nil {
    		return fmt.Errorf("unable to parse pod full name %q: %v", podFullName, err)
    	}
    
    	pod, ok := kl.GetPodByName(namespace, name)
    	if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
Back to top