Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pluginbuffered (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/audit.go

    	webhook = o.BatchOptions.wrapBackend(webhook)
    	return webhook, nil
    }
    
    // defaultWebhookBatchConfig returns the default BatchConfig used by the Webhook backend.
    func defaultWebhookBatchConfig() pluginbuffered.BatchConfig {
    	return pluginbuffered.BatchConfig{
    		BufferSize:   defaultBatchBufferSize,
    		MaxBatchSize: defaultBatchMaxSize,
    		MaxBatchWait: defaultBatchMaxWait,
    
    		ThrottleEnable: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 24 06:30:04 UTC 2022
    - 20.3K bytes
    - Viewed (0)
Back to top