We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b4478 commit 08caef2Copy full SHA for 08caef2
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ResourceConfiguration.java
@@ -129,7 +129,7 @@ default Set<String> getEffectiveNamespaces() {
129
* "https://github.com/fabric8io/kubernetes-client/blob/43b67939fde91046ab7fb0c362f500c2b46eb59e/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/informers/impl/DefaultSharedIndexInformer.java#L273">
130
* method</a> in fabric8 client informer implementation.
131
*
132
- * The main goal, is to be able to use limited caches.
+ * The main goal is to be able to use limited caches.
133
134
* See {@link io.javaoperatorsdk.operator.processing.event.source.cache.BoundedItemStore} and
135
* <a href=
0 commit comments