Skip to content

Commit 8e8a918

Browse files
csviriCopilot
andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 5b65852 commit 8e8a918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/en/docs/documentation/reconciler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ See also [sample](https://github.com/operator-framework/java-operator-sdk/blob/m
352352
Expectations are a pattern to ensure that, during reconciliation, your secondary resources are in a certain state.
353353
For a more detailed explanation, see [this blogpost](https://ahmet.im/blog/controller-pitfalls/#expectations-pattern).
354354
You can find framework support for this pattern in the [`io.javaoperatorsdk.operator.processing.expectation`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/expectation/)
355-
package. See also the related [integration test](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/expectation/ExpectationReconciler.java).
355+
package. See also the related [integration test](https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/expectation/onallevent/ExpectationReconciler.java).
356356
Note that this feature is marked as `@Experimental`: based on feedback the API may be improved or changed, but we intend
357357
to keep supporting it and may later integrate it into Dependent Resources and/or Workflows.
358358

0 commit comments

Comments
 (0)