Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reportWebhookPatchRetry (0.16 sec)

  1. pkg/webhooks/webhookpatch.go

    		return nil
    	}
    
    	if err != nil {
    		log.Errorf("patching webhook %s failed: %v", o.Name, err)
    		reportWebhookPatchRetry(o.Name)
    	}
    
    	return err
    }
    
    // patchMutatingWebhookConfig takes a webhookConfigName and patches the CA bundle for that webhook configuration
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 28 00:36:38 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top