Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/webhooks/monitoring.go

    		"webhook_patch_failures_total",
    		"Webhook patching total failures",
    	)
    )
    
    const (
    	// webhook patching failure reasons
    	reasonWrongRevision         = "wrong_revision"
    	reasonLoadCABundleFailure   = "load_ca_bundle_failure"
    	reasonWebhookConfigNotFound = "webhook_config_not_found"
    	reasonWebhookEntryNotFound  = "webhook_entry_not_found"
    	reasonWebhookUpdateFailure  = "webhook_update_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