mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -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() }
|