Skip to content

Commit 71d0389

Browse files
committed
remove unused variable cacheInitialized
1 parent 286373f commit 71d0389

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

controller/controller.go

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ type EgressConfigSource interface {
3131
// EgressController is the controller for creating Egress configuration via a
3232
// provider.
3333
type EgressController struct {
34-
interval time.Duration
35-
configSource EgressConfigSource
36-
configsCache map[provider.Resource]map[string]*net.IPNet
37-
provider provider.Provider
38-
cacheInitialized bool
34+
interval time.Duration
35+
configSource EgressConfigSource
36+
configsCache map[provider.Resource]map[string]*net.IPNet
37+
provider provider.Provider
3938
}
4039

4140
// NewEgressController initializes a new EgressController.

0 commit comments

Comments
 (0)