Merge pull request 'update vminfo 0606' (#212) from master-wq into master
Former-commit-id: b0960aa18e7cc2fdf05762733d86806ab7b1038c
This commit is contained in:
commit
04f0eae608
|
@ -177,6 +177,7 @@ type VmInfo struct {
|
||||||
DeletedAt string `json:"deleted_at,omitempty"`
|
DeletedAt string `json:"deleted_at,omitempty"`
|
||||||
VmName string `json:"vm_name,omitempty"`
|
VmName string `json:"vm_name,omitempty"`
|
||||||
Replicas int64 `json:"replicas,omitempty"`
|
Replicas int64 `json:"replicas,omitempty"`
|
||||||
|
ServerId string `json:"serverId,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ResourceStats struct {
|
type ResourceStats struct {
|
||||||
|
|
Loading…
Reference in New Issue