Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ServiceStates (0.09 sec)

  1. pkg/controller/endpointslice/endpointslice_controller_test.go

    	// TriggerTimeTracker should have removed the reference to the missing service
    	assert.NotContains(t, esController.triggerTimeTracker.ServiceStates, missingServiceKey)
    
    	// TriggerTimeTracker should have left the reference to the missing service
    	assert.Contains(t, esController.triggerTimeTracker.ServiceStates, existingServiceKey)
    }
    
    // Ensure SyncService correctly selects Pods.
    func TestSyncServicePodSelection(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
Back to top