File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/content/en/docs/documentation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ single namespace (i.e. you cannot have an owner reference to a resource in a dif
106
106
and are, by essence, limited to Kubernetes resources so you're out of luck if your secondary
107
107
resources live outside of a cluster.
108
108
109
- This is why JOSDK provides the ` SecondayToPrimaryMapper ` interface so that you can provide
109
+ This is why JOSDK provides the ` SecondaryToPrimaryMapper ` interface so that you can provide
110
110
alternative ways for the SDK to identify which primary resource needs to be reconciled when
111
111
something occurs to your secondary resources. We even provide some of these alternatives in the
112
112
[ Mappers] ( https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/Mappers.java )
You can’t perform that action at this time.
0 commit comments