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
361361To 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
365365if there are multiple resources of the same type, we can select the target resource
366366that dependent resource manages based on the name and namespace of the desired resource;
367367or 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