Browse Source

fix: update vmInfo 0606

Former-commit-id: 98a2d98122
pull/212/head
qiwang 1 year ago
parent
commit
a1d6951493
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      api/client/types.go

+ 1
- 0
api/client/types.go View File

@@ -177,6 +177,7 @@ type VmInfo struct {
DeletedAt string `json:"deleted_at,omitempty"`
VmName string `json:"vm_name,omitempty"`
Replicas int64 `json:"replicas,omitempty"`
ServerId string `json:"serverId,omitempty"`
}

type ResourceStats struct {


Loading…
Cancel
Save