We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c3be1 commit 2bce2e2Copy full SHA for 2bce2e2
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java
@@ -369,6 +369,8 @@ default ExecutorServiceManager getExecutorServiceManager() {
369
*
370
* @return {@code true} if SSA should be used for dependent resources, {@code false} otherwise
371
* @since 4.4.0
372
+ *
373
+ * @return if SSA should be used for dependent resources
374
*/
375
default boolean ssaBasedCreateUpdateMatchForDependentResources() {
376
return true;
0 commit comments