Merge pull request 'update vminfo 0626' (#252) from master_wq_infer into master

Former-commit-id: 952745ccccfe83eb62e41a8d08152fe873546e05
This commit is contained in:
qiwang 2024-06-26 17:03:10 +08:00
commit 3b72e45609
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ type VmInfo struct {
//DeletedAt string `json:"deletedAt,omitempty"`
VmName string `json:"vmName,omitempty"`
Replicas int64 `json:"replicas,omitempty"`
ServerId string `json:"serverId,omitempty"`
//ServerId string `json:"serverId,omitempty"`
}
type ResourceStats struct {