kubernetes/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go

type NetClsGroup

func (s *NetClsGroup) Name() string {}

func (s *NetClsGroup) Apply(path string, _ *configs.Resources, pid int) error {}

func (s *NetClsGroup) Set(path string, r *configs.Resources) error {}

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