From 75a8a17da4fc95c086dfb447d29c02e7dbd05561 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sat, 6 Jan 2018 15:56:54 +0000 Subject: plugin/kubernetes: fix pod insecure mode (#1354) Fixes #1331 --- plugin/backend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/backend.go') diff --git a/plugin/backend.go b/plugin/backend.go index 7b5b2f467..fad61d418 100644 --- a/plugin/backend.go +++ b/plugin/backend.go @@ -9,8 +9,8 @@ import ( // ServiceBackend defines a (dynamic) backend that returns a slice of service definitions. type ServiceBackend interface { - // Services communicates with the backend to retrieve the service definition. Exact indicates - // on exact much are that we are allowed to recurs. + // Services communicates with the backend to retrieve the service definitions. Exact indicates + // on exact match should be returned. Services(state request.Request, exact bool, opt Options) ([]msg.Service, error) // Reverse communicates with the backend to retrieve service definition based on a IP address -- cgit v1.2.3