Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeTokens (0.08 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/token/cache/cached_token_authenticator_test.go

    	threadCount int
    	// These token.* variables are set by makeTokens()
    	tokenCount int
    	// pre-computed response for a token
    	tokenToResponse map[string]*cacheRecord
    	// include audiences for some
    	tokenToAuds map[string]authenticator.Audiences
    	// a list makes it easy to select a random one
    	tokens []string
    }
    
    func (s *singleBenchmark) makeTokens() {
    	s.tokenToResponse = map[string]*cacheRecord{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top