File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -57,4 +57,9 @@ permalink: /docs/v5-0-migration
57
57
in your reconciler, however, it cannot be done automatically when using SSA. We therefore removed the feature since
58
58
it would have been confusing to have a different behavior for SSA and non-SSA cases. For an example of how to do
59
59
observed generation handling manually in your reconciler, see
60
- [ this sample] ( https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/manualobservedgeneration/ManualObservedGenerationReconciler.java ) .
60
+ [ this sample] ( https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/manualobservedgeneration/ManualObservedGenerationReconciler.java ) .
61
+ 11 . ` BulkDependentResource ` now supports [ read-only mode] ( https://github.com/operator-framework/java-operator-sdk/issues/2233 ) .
62
+ This also means, that ` BulkDependentResource ` now does not automatically implement ` Creator ` and ` Deleter ` as before.
63
+ Make sure to implement those interfaces in your bulk dependent resources. You can use also the new helper interface, the
64
+ [ ` CRUDBulkDependentResource ` ] ( https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/CRUDBulkDependentResource.java )
65
+ what also implement ` BulkUpdater ` interface.
You can’t perform that action at this time.
0 commit comments