mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Fix typo in json tag
throlling_data -> throttling_data Signed-off-by: Donald Huang <don.hcd@gmail.com>
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ type CpuUsage struct {
|
||||
|
||||
type CpuStats struct {
|
||||
CpuUsage CpuUsage `json:"cpu_usage,omitempty"`
|
||||
ThrottlingData ThrottlingData `json:"throlling_data,omitempty"`
|
||||
ThrottlingData ThrottlingData `json:"throttling_data,omitempty"`
|
||||
}
|
||||
|
||||
type MemoryStats struct {
|
||||
|
||||
Reference in New Issue
Block a user