Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for configurationTotalWebhooks (0.3 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/configuration/validating_webhook_manager_test.go

    			// to be called instead of using time.Sleep
    			time.Sleep(1 * time.Second)
    			webhooks := manager.Webhooks()
    			if configurationTotalWebhooks(tt.args.createWebhookConfigurations) != len(webhooks) {
    				t.Errorf("Expected number of webhooks %d received %d",
    					configurationTotalWebhooks(tt.args.createWebhookConfigurations),
    					len(webhooks),
    				)
    			}
    			// assert creations
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 15:20:14 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top