diff options
Diffstat (limited to 'plugin/kubernetes/ns_test.go')
-rw-r--r-- | plugin/kubernetes/ns_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/kubernetes/ns_test.go b/plugin/kubernetes/ns_test.go index f328bf06c..7dcc83eeb 100644 --- a/plugin/kubernetes/ns_test.go +++ b/plugin/kubernetes/ns_test.go @@ -17,6 +17,7 @@ func (APIConnTest) SvcIndex(string) []*api.Service { return nil } func (APIConnTest) SvcIndexReverse(string) []*api.Service { return nil } func (APIConnTest) EpIndex(string) []*api.Endpoints { return nil } func (APIConnTest) EndpointsList() []*api.Endpoints { return nil } +func (APIConnTest) Modified() int64 { return 0 } func (APIConnTest) ServiceList() []*api.Service { svcs := []*api.Service{ |