Skip to content

Commit b970779

Browse files
authored
Merge pull request #22 from kolyshkin/resources-fixup
Remove annotations from Resources
2 parents fc3510e + 7e58331 commit b970779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Cgroup struct {
2929
ScopePrefix string `json:"scope_prefix,omitempty"`
3030

3131
// Resources contains various cgroups settings to apply.
32-
*Resources `json:"Resources,omitempty"`
32+
*Resources
3333

3434
// Systemd tells if systemd should be used to manage cgroups.
3535
Systemd bool `json:"Systemd,omitempty"`

0 commit comments

Comments
 (0)