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