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"},