Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testComparePods (0.11 sec)

  1. pkg/scheduler/internal/cache/debugger/comparer_test.go

    			missing:   []string{},
    			redundant: []string{},
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			testComparePods(test.actual, test.cached, test.queued, test.missing, test.redundant, t)
    		})
    	}
    }
    
    func testComparePods(actual, cached, queued, missing, redundant []string, t *testing.T) {
    	compare := CacheComparer{}
    	pods := []*v1.Pod{}
    	for _, uid := range actual {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 05 08:00:25 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top