Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetKeyCertBundle (0.12 sec)

  1. pilot/pkg/keycertbundle/watcher.go

    }
    
    // GetCABundle returns the CABundle.
    func (w *Watcher) GetCABundle() []byte {
    	w.mutex.RLock()
    	defer w.mutex.RUnlock()
    	return w.bundle.CABundle
    }
    
    // GetKeyCertBundle returns the bundle.
    func (w *Watcher) GetKeyCertBundle() KeyCertBundle {
    	w.mutex.RLock()
    	defer w.mutex.RUnlock()
    	return w.bundle
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 05 14:00:18 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top