You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #18157 from juanvallejo/jvallejo/update-openapi-ext-gvk-parsing
Automatic merge from submit-queue.
UPSTREAM: 58466: tolerate more than one gvklist item
Fixes#17872
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536845
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1529447
Origin resources, like deployment configs, are part of two api groups -
the legacy "empty" group, and, in cases like deploymentconfigs, the
"apps.openshift.io" group.
**Before**
```
$ oc explain dc
error: Couldn't find resource for "/v1, Kind=DeploymentConfig"
```
**After**
```
$ oc explain dc
DESCRIPTION:
Deployment Configs define the template for a pod and manages deploying new
images or configuration changes. A single deployment configuration is
usually analogous to a single micro-service. Can support many different
deployment patterns, including full restart, customizable rolling updates,
...
```
cc @deads2k@soltysh
0 commit comments