Embed Resources for backward compatibility
Fixes: docker/docker#19329 Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
parent
d97d5e8b00
commit
bef07f4078
|
@ -20,7 +20,7 @@ type Cgroup struct {
|
|||
ScopePrefix string `json:"scope_prefix"`
|
||||
|
||||
// Resources contains various cgroups settings to apply
|
||||
Resources *Resources `json:"resources"`
|
||||
*Resources
|
||||
}
|
||||
|
||||
type Resources struct {
|
||||
|
|
Loading…
Reference in New Issue