Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endpointslicestorage (0.45 sec)

  1. pkg/controller/endpointslice/endpointslice_controller_test.go

    // Tests here primarily focus on unique controller functionality before the reconciler begins
    
    var alwaysReady = func() bool { return true }
    
    type endpointSliceController struct {
    	*Controller
    	endpointSliceStore cache.Store
    	nodeStore          cache.Store
    	podStore           cache.Store
    	serviceStore       cache.Store
    }
    
    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