Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWebhookPatchingQueue (0.17 sec)

  1. pkg/webhooks/webhookpatch_test.go

    							t.Fatalf("Non-matching webhook \"%s\" CA bundle updated to %v", w.Name, w.ClientConfig.CABundle)
    						}
    					}
    				}
    			}
    		})
    	}
    }
    
    func TestWebhookPatchingQueue(t *testing.T) {
    	success := atomic.NewInt32(0)
    	retries := atomic.NewInt32(0)
    	queue := newWebhookPatcherQueue(func(key types.NamespacedName) error {
    		if key.Name == "conflict-for-ever" {
    			retries.Inc()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 02 09:53:38 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top