We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774fb62 commit 3a81901Copy full SHA for 3a81901
pkg/ext-proc/backend/endpointslice_reconciler.go
@@ -23,10 +23,8 @@ type EndpointSliceReconciler struct {
23
client.Client
24
Scheme *runtime.Scheme
25
Record record.EventRecorder
26
- PoolName string
27
ServiceName string
28
Zone string
29
- Namespace string
30
Datastore *K8sDatastore
31
}
32
pkg/ext-proc/main.go
@@ -152,7 +152,6 @@ func main() {
152
Record: mgr.GetEventRecorderFor("endpointslice"),
153
ServiceName: *serviceName,
154
Zone: *zone,
155
- PoolName: *poolName,
156
}).SetupWithManager(mgr); err != nil {
157
klog.Error(err, "Error setting up EndpointSliceReconciler")
158
0 commit comments