File tree 1 file changed +3
-6
lines changed
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.
94
94
95
95
We also provide implementations that makes it very easy to cache
96
96
(` 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.
103
100
104
101
## Managed Dependent Resources
105
102
You can’t perform that action at this time.
0 commit comments