fmt and fix test

This commit is contained in:
Shreyas Goenka 2024-10-14 15:49:19 +02:00
parent 266c26ce09
commit a9b8575bc3
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 5 additions and 4 deletions

View File

@ -76,6 +76,7 @@ func SupportedResources() map[string]ResourceDescription {
"registered_models": {SingularName: "registered_model"}, "registered_models": {SingularName: "registered_model"},
"quality_monitors": {SingularName: "quality_monitor"}, "quality_monitors": {SingularName: "quality_monitor"},
"schemas": {SingularName: "schema"}, "schemas": {SingularName: "schema"},
"volumes": {SingularName: "volume"},
"clusters": {SingularName: "cluster"}, "clusters": {SingularName: "cluster"},
} }
} }