mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			140 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			140 B
		
	
	
	
		
			Go
		
	
	
	
	
	
|  | package kubernetes
 | ||
|  | 
 | ||
|  | // Health implements the health.Healther interface.
 | ||
|  | func (k *Kubernetes) Health() bool { return k.APIConn.HasSynced() }
 |