-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously when creating a resource list, kind was a dictionary meaning that there could be only one resource for specific kind. But for example Template kind can have to different resources: $ oc api-resources | grep Template$ processedtemplates template.openshift.io true Template templates template.openshift.io true Template So The client previsously found just one resource for kind Template. In order to work with both resources for that kind this patch introduces the change that kind will be list by default.
- Loading branch information
1 parent
b826e47
commit 7c0949e
Showing
2 changed files
with
60 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters