You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/controllers/clusterresourceplacementeviction/controller.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ import (
30
30
// Reconciler reconciles a ClusterResourcePlacementEviction object.
31
31
typeReconcilerstruct {
32
32
client.Client
33
+
// UncachedReader is only used to read disruption budget objects directly from the API server to ensure we can enforce the disruption budget for eviction.
34
+
UncachedReader client.Reader
33
35
}
34
36
35
37
// Reconcile triggers a single eviction reconcile round.
0 commit comments