Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/pod_workers.go

    			pod = status.activeUpdate.Pod
    			options.Pod = pod
    			options.RunningPod = nil
    		default:
    			// we will continue to use RunningPod.ToAPIPod() as pod here, but
    			// options.Pod will be nil and other methods must handle that appropriately.
    			pod = options.RunningPod.ToAPIPod()
    		}
    	}
    
    	// When we see a create update on an already terminating pod, that implies two pods with the same UID were created in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
Back to top