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

type NetPrioGroup

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

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

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

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