package tasks
import "github.com/containerd/containerd/services/tasks"
Index ¶
Constants ¶
const ( // ResctrlPrefix is the prefix used for class/closid directories under the resctrl filesystem ResctrlPrefix = "" )
Functions ¶
func RdtEnabled ¶
func RdtEnabled() bool
Types ¶
type Config ¶
type Config struct { // RdtConfigFile specifies the path to RDT configuration file RdtConfigFile string `toml:"rdt_config_file" json:"rdtConfigFile"` }
Config for the tasks service plugin
Source Files ¶
local.go local_unix.go rdt_linux.go service.go
- Version
- v1.6.30
- Published
- Mar 11, 2024
- Platform
- linux/amd64
- Imports
- 37 packages
- Last checked
- 33 minutes ago –
Tools for package owners.