Skip to content

Commit bbfa55f

Browse files
csvirixstefank
andauthored
Update docs/content/en/docs/documentation/access-resources.md
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
1 parent 779c9ac commit bbfa55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/access-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The mapping is usually done based on the owner reference or annotation on the se
4040

4141
It is important to realize that if a resource triggers the reconciliation of a primary resource, that
4242
resource naturally will be used during reconciliation. So the reconciler will need to access them.
43-
Therefore, InformerEventSource maintains a revers index [PrimaryToSecondaryIndex](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/DefaultPrimaryToSecondaryIndex.java),
43+
Therefore, InformerEventSource maintains a reverse index [PrimaryToSecondaryIndex](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/DefaultPrimaryToSecondaryIndex.java),
4444
based on the result of the `SecondaryToPrimaryMapper`result.
4545

4646
## Unified API for Related Resources

0 commit comments

Comments
 (0)