Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errResults (0.14 sec)

  1. pkg/kubelet/container/sync_result_test.go

    		t.Errorf("PodSyncResult should be error: %v", result)
    	}
    
    	// If the PodSyncResult is added an error PodSyncResult, it should be error
    	errResult := PodSyncResult{}
    	errResult.AddSyncResult(errResults...)
    	result = PodSyncResult{}
    	result.AddSyncResult(okResults...)
    	result.AddPodSyncResult(errResult)
    	if result.Error() == nil {
    		t.Errorf("PodSyncResult should be error: %v", result)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 16:48:17 UTC 2019
    - 2K bytes
    - Viewed (0)
Back to top