add comment

This commit is contained in:
Shreyas Goenka 2024-09-26 17:48:15 +02:00
parent fec73db111
commit 3203858032
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ type ResourceDescription struct {
SingularName string SingularName string
} }
// The keys of the map corresponds to the resource key in the bundle configuration.
func SupportedResources() map[string]ResourceDescription { func SupportedResources() map[string]ResourceDescription {
return map[string]ResourceDescription{ return map[string]ResourceDescription{
"jobs": {SingularName: "job"}, "jobs": {SingularName: "job"},