Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
virtcontainers: remove json cgroups struct tag
Browse files Browse the repository at this point in the history
json struct tags are not longer needed in sandbox's structures

Signed-off-by: Julio Montes <[email protected]>
  • Loading branch information
Julio Montes committed Jan 22, 2020
1 parent df802cc commit 54482f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ type SandboxConfig struct {

// Cgroups specifies specific cgroup settings for the various subsystems that the container is
// placed into to limit the resources the container has available
Cgroups *configs.Cgroup `json:"cgroups"`
Cgroups *configs.Cgroup
}

func (s *Sandbox) trace(name string) (opentracing.Span, context.Context) {
Expand Down

0 comments on commit 54482f1

Please sign in to comment.