Skip to content

Commit ef17ff9

Browse files
csvirixstefank
andauthored
Update docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
1 parent 18a3ea3 commit ef17ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ it is always possible to override this automated discrimination using several me
306306
- Override the [`targetSecondaryResourceID`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResource.java#L282)
307307
method, if your `DependentResource` extends `KubernetesDependentResource`,
308308
where it's very often possible to easily determine the `ResourceID` of the secondary resource. This would probably be
309-
the easiest solution if you're working with Kubernetes resources. Similarly, for you can override the
309+
the easiest solution if you're working with Kubernetes resources. Similarly, you can override the
310310
[`targetSecondaryResourceID`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/AbstractExternalDependentResource.java#L138)
311311
for external resources. See below the related ID handling
312312
- If the approach from above doesn't fit your needs, you can override the target resource selection mechanism by overriding

0 commit comments

Comments
 (0)