Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoadCABundle (0.09 sec)

  1. pkg/webhooks/validation/controller/controller.go

    	if whc == nil {
    		scope.Infof("Skip patching webhook, not found")
    		return nil
    	}
    
    	scope.Debugf("Reconcile(enter)")
    	defer func() { scope.Debugf("Reconcile(exit)") }()
    
    	caBundle, err := util.LoadCABundle(c.o.CABundleWatcher)
    	if err != nil {
    		scope.Errorf("Failed to load CA bundle: %v", err)
    		reportValidationConfigLoadError(err.(*util.ConfigError).Reason())
    		// no point in retrying unless cert file changes.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:19 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top