Skip to content

Commit

Permalink
ext-proc: remove unused fields from EndpointSliceReconciler (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
  • Loading branch information
MadhavJivrajani authored Jan 8, 2025
1 parent 0985c9d commit 8138218
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/ext-proc/backend/endpointslice_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ type EndpointSliceReconciler struct {
client.Client
Scheme *runtime.Scheme
Record record.EventRecorder
PoolName string
ServiceName string
Zone string
Namespace string
Datastore *K8sDatastore
}

Expand Down
1 change: 0 additions & 1 deletion pkg/ext-proc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ func main() {
Record: mgr.GetEventRecorderFor("endpointslice"),
ServiceName: *serviceName,
Zone: *zone,
PoolName: *poolName,
}).SetupWithManager(mgr); err != nil {
klog.Error(err, "Error setting up EndpointSliceReconciler")
}
Expand Down

0 comments on commit 8138218

Please sign in to comment.