From 32038580327ec2257779b703b97be320645c36fe Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 26 Sep 2024 17:48:15 +0200 Subject: [PATCH] add comment --- bundle/config/resources.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/config/resources.go b/bundle/config/resources.go index 0f16ad40b..dc51a7caf 100644 --- a/bundle/config/resources.go +++ b/bundle/config/resources.go @@ -64,6 +64,7 @@ type ResourceDescription struct { SingularName string } +// The keys of the map corresponds to the resource key in the bundle configuration. func SupportedResources() map[string]ResourceDescription { return map[string]ResourceDescription{ "jobs": {SingularName: "job"},