Skip to content

Commit 1bf7b17

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 <[email protected]>
1 parent e5d0380 commit 1bf7b17

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)