Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WEBHOOK_TEST_SERVER_URL (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/plugin_test.go

    )
    
    // BenchmarkAdmit tests the performance cost of invoking a mutating webhook
    func BenchmarkAdmit(b *testing.B) {
    	testServerURL := os.Getenv("WEBHOOK_TEST_SERVER_URL")
    	if len(testServerURL) == 0 {
    		b.Log("warning, WEBHOOK_TEST_SERVER_URL not set, starting in-process server, benchmarks will include webhook cost.")
    		b.Log("to run a standalone server, run:")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:52 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/validating/plugin_test.go

    )
    
    // BenchmarkValidate tests that ValidatingWebhook#Validate works as expected
    func BenchmarkValidate(b *testing.B) {
    	testServerURL := os.Getenv("WEBHOOK_TEST_SERVER_URL")
    	if len(testServerURL) == 0 {
    		b.Log("warning, WEBHOOK_TEST_SERVER_URL not set, starting in-process server, benchmarks will include webhook cost.")
    		b.Log("to run a standalone server, run:")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:52 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top