mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #107080 from sivchari/fix-misspell
fix curent to current
This commit is contained in:
		@@ -82,7 +82,7 @@ func (p *caProvider) setCA() error {
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// currentCA provides the curent value of the CA.
 | 
			
		||||
// currentCA provides the current value of the CA.
 | 
			
		||||
// It always check for a stale value.  This is cheap because it's all an in memory cache of small slices.
 | 
			
		||||
func (p *caProvider) currentCA() (*authority.CertificateAuthority, error) {
 | 
			
		||||
	certPEM, keyPEM := p.caLoader.CurrentCertKeyContent()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user