File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/content/en/docs/documentation/dependent-resource-and-workflows Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ Dependent resources are designed to manage also non-Kubernetes or external resou
361
361
To implement such dependent you can extend ` AbstractExternalDependentResource ` or one of it
362
362
[ subclasses] ( https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/external ) .
363
363
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
365
365
if there are multiple resources of the same type, we can select the target resource
366
366
that dependent resource manages based on the name and namespace of the desired resource;
367
367
or we can use a matcher based SSA in most of the cases if the resource is managed using SSA.
You can’t perform that action at this time.
0 commit comments