You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ it is always possible to override this automated discrimination using several me
306
306
- 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)
307
307
method, if your `DependentResource` extends `KubernetesDependentResource`,
308
308
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
0 commit comments