Skip to content

Commit 6885b50

Browse files
committed
revert change of the id,
it is by definition single, so namespace scoping is out of the picture, also does not confuse this way with some hidden intention in the background Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 3c7da23 commit 6885b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/ResourceIDMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public interface ResourceIDMapper<R, ID> {
4646
* @param <R> secondary resource type
4747
*/
4848
static <R> ResourceIDMapper<R, String> singleResourceResourceIDMapper() {
49-
return r -> "josdk:mapper:id";
49+
return r -> "id";
5050
}
5151

5252
@SuppressWarnings({"rawtypes", "unchecked"})

0 commit comments

Comments
 (0)