Merge pull request #12927 from swordqiu/automated-cherry-pick-of-#12925-upstream-release-3.7

Automated cherry pick of #12925: fix: lbagent pull resources of OneCloud only
This commit is contained in:
Zexi Li
2021-12-16 10:40:19 +08:00
committed by GitHub
+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),