From 9af38305d77912f0f88de3ee29ca3707d322cad1 Mon Sep 17 00:00:00 2001 From: Qiu Jian Date: Mon, 3 Aug 2020 16:14:33 +0800 Subject: [PATCH] fix: typo running_geusts => running_guests --- pkg/apis/compute/host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/compute/host.go b/pkg/apis/compute/host.go index cdf90c4271..106bbf6cf7 100644 --- a/pkg/apis/compute/host.go +++ b/pkg/apis/compute/host.go @@ -138,7 +138,7 @@ type HostDetails struct { NonsystemGuests int `json:"nonsystem_guests"` // 运行中云主机数量 // example: 2 - RunningGuests int `json:"running_geusts"` + RunningGuests int `json:"running_guests"` // CPU超分率 CpuCommitRate float64 `json:"cpu_commit_rate"` // 内存超分率