mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-02 10:13:14 -05:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			138 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			138 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package kubernetes
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// Ready implements the ready.Readiness interface.
							 | 
						||
| 
								 | 
							
								func (k *Kubernetes) Ready() bool { return k.APIConn.HasSynced() }
							 |