Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFakePodWorkers (0.24 sec)

  1. pkg/kubelet/pod_workers_test.go

    func (kl *simpleFakeKubelet) SyncTerminatedPod(ctx context.Context, pod *v1.Pod, podStatus *kubecontainer.PodStatus) error {
    	return nil
    }
    
    // TestFakePodWorkers verifies that the fakePodWorkers behaves the same way as the real podWorkers
    // for their invocation of the syncPodFn.
    func TestFakePodWorkers(t *testing.T) {
    	fakeRecorder := &record.FakeRecorder{}
    	fakeRuntime := &containertest.FakeRuntime{}
    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