fix: lbagent pull resources of OneCloud only

This commit is contained in:
Qiu Jian
2021-12-15 22:41:02 +08:00
parent b7e8cbb87c
commit 5e90dba611
+1
View File
@@ -110,6 +110,7 @@ func GetModels(opts *GetModelsOptions) error {
},
OrderBy: []string{"updated_at", "id"},
Order: "asc",
Provider: []string{"OneCloud"},
IsManaged: &isManaged,
Limit: options.Int(opts.BatchListSize),
Offset: options.Int(0),