aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/health.go
blob: 243749210c76eebbc12b2c7191d79f63961cbb59 (plain) (blame)
1
2
3
4
package kubernetes

// Health implements the health.Healther interface.
func (k *Kubernetes) Health() bool { return k.APIConn.HasSynced() }