File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,9 @@ what's going on.
9494
9595We also provide implementations that makes it very easy to cache
9696(` AbstractCachingDependentResource ` ) or make it easy to poll for changes in external
97- resources (` PollingDependentResource ` , ` PerResourcePollingDependentResource ` ).
98-
99- FIX-ME: the following currently isn't true but we should put all in the same package hierarchy, see
100- https://github.com/java-operator-sdk/java-operator-sdk/issues/1049
101- All the provided implementations can be found in
102- the ` io/javaoperatorsdk/operator/processing/dependent ` package.
97+ resources (` PollingDependentResource ` , ` PerResourcePollingDependentResource ` ). All the provided
98+ implementations can be found in the ` io/javaoperatorsdk/operator/processing/dependent ` package of
99+ the ` operator-framework-core ` module.
103100
104101## Managed Dependent Resources
105102
You can’t perform that action at this time.
0 commit comments