From c59f5f6e86e1d041a9aa7b324b90582b3a4b277a Mon Sep 17 00:00:00 2001 From: John Belamaric Date: Sun, 7 Jan 2018 14:51:32 -0500 Subject: Simplify plugin/pkg/fall (#1358) * Simplify plugin/pkg/fall * Remove unused import * Fix fall_test * Get fall coverage to 100% just because * gofmt. sigh. --- plugin/kubernetes/kubernetes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/kubernetes/kubernetes.go') diff --git a/plugin/kubernetes/kubernetes.go b/plugin/kubernetes/kubernetes.go index a41397848..0cc88b38d 100644 --- a/plugin/kubernetes/kubernetes.go +++ b/plugin/kubernetes/kubernetes.go @@ -41,7 +41,7 @@ type Kubernetes struct { Namespaces map[string]bool podMode string endpointNameMode bool - Fall *fall.F + Fall fall.F ttl uint32 primaryZoneIndex int -- cgit v1.2.3