package fs

import "github.com/opencontainers/runc/libcontainer/cgroups/fs"

Index

Types

type NetClsGroup

type NetClsGroup struct {
}

func (*NetClsGroup) Apply

func (s *NetClsGroup) Apply(d *data) error

func (*NetClsGroup) GetStats

func (s *NetClsGroup) GetStats(path string, stats *cgroups.Stats) error

func (*NetClsGroup) Remove

func (s *NetClsGroup) Remove(d *data) error

func (*NetClsGroup) Set

func (s *NetClsGroup) Set(path string, cgroup *configs.Cgroup) error

type NetPrioGroup

type NetPrioGroup struct {
}

func (*NetPrioGroup) Apply

func (s *NetPrioGroup) Apply(d *data) error

func (*NetPrioGroup) GetStats

func (s *NetPrioGroup) GetStats(path string, stats *cgroups.Stats) error

func (*NetPrioGroup) Remove

func (s *NetPrioGroup) Remove(d *data) error

func (*NetPrioGroup) Set

func (s *NetPrioGroup) Set(path string, cgroup *configs.Cgroup) error

Source Files

fs_unsupported.go net_cls.go net_prio.go

Version
v0.0.1
Published
Jul 16, 2015
Platform
windows/amd64
Imports
2 packages
Last checked
5 minutes ago

Tools for package owners.