mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix: json unmarshal
This commit is contained in:
@@ -68,7 +68,7 @@ type SecurityGroup struct {
|
||||
|
||||
type ExtraSpecs struct {
|
||||
CpuPolicy string `json:"hw:cpu_policy,omitempty"`
|
||||
MemPageSize int `json:"hw:mem_page_size,omitempty"`
|
||||
MemPageSize string `json:"hw:mem_page_size,omitempty"`
|
||||
}
|
||||
|
||||
type Resource struct {
|
||||
|
||||
Reference in New Issue
Block a user