We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286373f commit 71d0389Copy full SHA for 71d0389
1 file changed
controller/controller.go
@@ -31,11 +31,10 @@ type EgressConfigSource interface {
31
// EgressController is the controller for creating Egress configuration via a
32
// provider.
33
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
+ interval time.Duration
+ configSource EgressConfigSource
+ configsCache map[provider.Resource]map[string]*net.IPNet
+ provider provider.Provider
39
}
40
41
// NewEgressController initializes a new EgressController.
0 commit comments