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 f8ccb78 commit 3b25831Copy full SHA for 3b25831
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/ResourceIDProvider.java
@@ -16,7 +16,7 @@
16
package io.javaoperatorsdk.operator.processing;
17
18
/**
19
- * Provides the identifier for an object that represents resource. This ID is used to select target
+ * Provides the identifier for an object that represents a resource. This ID is used to select the target
20
* external resource for a dependent resource from the resources returned by `{@link
21
* io.javaoperatorsdk.operator.api.reconciler.Context#getSecondaryResources(Class)}`. But also for
22
* {@link ResourceIDMapper} for event sources in external resources. But also for bulk dependent
0 commit comments