Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkValidate (0.14 sec)

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

    	"k8s.io/apimachinery/pkg/api/errors"
    	webhooktesting "k8s.io/apiserver/pkg/admission/plugin/webhook/testing"
    	auditinternal "k8s.io/apiserver/pkg/apis/audit"
    )
    
    // BenchmarkValidate tests that ValidatingWebhook#Validate works as expected
    func BenchmarkValidate(b *testing.B) {
    	testServerURL := os.Getenv("WEBHOOK_TEST_SERVER_URL")
    	if len(testServerURL) == 0 {
    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