Skip to content

Commit 02db4cd

Browse files
committed
docs
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9080152 commit 02db4cd

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
@@ -361,7 +361,7 @@ Dependent resources are designed to manage also non-Kubernetes or external resou
361361
To implement such dependent you can extend `AbstractExternalDependentResource` or one of it
362362
[subclasses](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/external).
363363

364-
While with kubernetes resources we do some nice assumptions about the resources, like
364+
While with kubernetes resources we do some nice assumptions, like
365365
if there are multiple resources of the same type, we can select the target resource
366366
that dependent resource manages based on the name and namespace of the desired resource;
367367
or we can use a matcher based SSA in most of the cases if the resource is managed using SSA.

0 commit comments

Comments
 (0)