restore proper lowercase/plural CRD resource (#2949)

* restore proper lowercase/plural CRD resource

This commit restores the proper resource string
"customresourcedefinitions" for CRD. The prior change to
"CustomResourceDefinition" was made because this was being used
in another place to populate the CRD "Kind" field in
remap_crd_version_action.go -- there, just use the correct Kind
string instead of pulling from Resource.

Signed-off-by: Scott Seago <sseago@redhat.com>

* add changelog

Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
Scott Seago
2020-10-02 09:48:12 -04:00
committed by GitHub
parent 3867d1f434
commit d820bc5e72
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
Restore CRD Resource name to fix CRD wait functionality.