fix: lbagent pull resources of OneCloud only

This commit is contained in:
Qiu Jian
2021-12-15 22:41:02 +08:00
parent 607f099369
commit e1b8413c36

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),