aboutsummaryrefslogtreecommitdiff
path: root/plugin/kubernetes/health.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/kubernetes/health.go')
-rw-r--r--plugin/kubernetes/health.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/kubernetes/health.go b/plugin/kubernetes/health.go
new file mode 100644
index 000000000..243749210
--- /dev/null
+++ b/plugin/kubernetes/health.go
@@ -0,0 +1,4 @@
+package kubernetes
+
+// Health implements the health.Healther interface.
+func (k *Kubernetes) Health() bool { return k.APIConn.HasSynced() }