virtcontainers: remove json cgroups struct tag

json struct tags are not longer needed in sandbox's structures

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-01-22 22:39:56 +00:00
parent df802cc359
commit 54482f18df

View File

@ -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) {