Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for webhook_patch_failures_total (0.25 sec)

  1. pkg/webhooks/monitoring.go

    	)
    
    	metricWebhookPatchRetries = monitoring.NewSum(
    		"webhook_patch_retries_total",
    		"Webhook patching retries",
    	)
    
    	metricWebhookPatchFailures = monitoring.NewSum(
    		"webhook_patch_failures_total",
    		"Webhook patching total failures",
    	)
    )
    
    const (
    	// webhook patching failure reasons
    	reasonWrongRevision         = "wrong_revision"
    	reasonLoadCABundleFailure   = "load_ca_bundle_failure"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top