mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 07:22:20 +00:00
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:
parent
df802cc359
commit
54482f18df
@ -127,7 +127,7 @@ type SandboxConfig struct {
|
|||||||
|
|
||||||
// Cgroups specifies specific cgroup settings for the various subsystems that the container is
|
// Cgroups specifies specific cgroup settings for the various subsystems that the container is
|
||||||
// placed into to limit the resources the container has available
|
// 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) {
|
func (s *Sandbox) trace(name string) (opentracing.Span, context.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user