Merge pull request #476 from hqhq/hq_embed_resource
Embed Resources for backward compatibility
This commit is contained in:
commit
e91b055623
|
@ -20,7 +20,7 @@ type Cgroup struct {
|
||||||
ScopePrefix string `json:"scope_prefix"`
|
ScopePrefix string `json:"scope_prefix"`
|
||||||
|
|
||||||
// Resources contains various cgroups settings to apply
|
// Resources contains various cgroups settings to apply
|
||||||
Resources *Resources `json:"resources"`
|
*Resources
|
||||||
}
|
}
|
||||||
|
|
||||||
type Resources struct {
|
type Resources struct {
|
||||||
|
|
Loading…
Reference in New Issue