Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculateAPIGroupsLocked (0.28 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler.go

    	rdm.cache.Store(nil)
    }
    
    // Prepares the api group list for serving by converting them from map into
    // list and sorting them according to insertion order
    func (rdm *resourceDiscoveryManager) calculateAPIGroupsLocked() []apidiscoveryv2.APIGroupDiscovery {
    	regenerationCounter.Inc()
    	// Re-order the apiGroups by their priority.
    	groups := []apidiscoveryv2.APIGroupDiscovery{}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top