fix: update vminfo 0626

Former-commit-id: d3d9e2069595db59945f20b3cd422fb17bdbd71f
This commit is contained in:
qiwang 2024-06-26 16:58:52 +08:00
parent dd2d384c10
commit 02d5da24f0
1 changed files with 1 additions and 1 deletions

View File

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