Skip to content

Commit 0eb78e6

Browse files
committed
address PR feedback
1 parent 9aea085 commit 0eb78e6

File tree

6 files changed

+1607
-12
lines changed

6 files changed

+1607
-12
lines changed

examples/operator/simple/sharded-reconciler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Two or more replicas can watch the same Kubernetes resources, but only the repli
77
Files in this example:
88

99
- `main.go`: starts the operator and wires the shard filter into `simple.NewApp`
10-
- `filter.go`: implements the `dskit` ring bootstrap and `operator.ShardFilter`
10+
- `filter.go`: implements the `dskit` ring bootstrap and `simple.ShardFilter`
1111
- `filter_test.go`: covers the shard-assignment logic
1212
- `example.yaml`: sample resources to trigger reconciliation
1313

go.work

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ use (
77
./logging
88
./plugin
99
)
10+
11+
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20260401024825-9d38bb4040a9

0 commit comments

Comments
 (0)