Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for activeUpdate (0.15 sec)

  1. pkg/kubelet/pod_workers_test.go

    				Pod:        newNamedPod("1", "ns", "running-pod", false),
    			},
    			expect: hasContext(&podSyncStatus{
    				fullname:  "running-pod_ns",
    				syncedAt:  time.Unix(1, 0),
    				startedAt: time.Unix(3, 0),
    				activeUpdate: &UpdatePodOptions{
    					Pod: newNamedPod("1", "ns", "running-pod", false),
    				},
    			}),
    		},
    		{
    			name: "a new pod is recorded and started unless it is a duplicate of an existing terminating pod UID",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
Back to top