Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startedStaticPodsByFullname (0.91 sec)

  1. pkg/kubelet/kubelet_pods_test.go

    				// send a create of a static pod
    				pod := staticPod()
    				// block startup of the static pod due to full name collision
    				w.startedStaticPodsByFullname[kubecontainer.GetPodFullName(pod)] = types.UID("2")
    
    				w.UpdatePod(UpdatePodOptions{
    					UpdateType: kubetypes.SyncPodCreate,
    					StartTime:  time.Unix(1, 0).UTC(),
    					Pod:        pod,
    				})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top