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 3a9ca35 commit 5c87759Copy full SHA for 5c87759
util/src/main/java/io/kubernetes/client/util/ModelMapper.java
@@ -384,6 +384,7 @@ private static void initApiGroupMap() {
384
preBuiltApiGroups.put("Scheduling", "scheduling.k8s.io");
385
preBuiltApiGroups.put("Settings", "settings.k8s.io");
386
preBuiltApiGroups.put("Storage", "storage.k8s.io");
387
+ preBuiltApiGroups.put("Resource", "resource.k8s.io");
388
}
389
390
private static void initApiVersionList() {
0 commit comments