We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d9ed2 commit bc613f1Copy full SHA for bc613f1
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java
@@ -365,7 +365,7 @@ default Set<Class<? extends HasMetadata>> defaultNonSSAResource() {
365
}
366
367
/**
368
- * If a javaoperatorsdk.io/previous annotation should be used so that the operator sdk can detect events from its own updates
+ * If a {@code javaoperatorsdk.io/previous} annotation should be used so that the operator sdk can detect events from its own updates
369
* of dependent resources and then filter them.
370
* <p>
371
* Disable this if you want to react to your own dependent resource updates
0 commit comments