package tasks

import "github.com/containerd/containerd/services/tasks"

Index

Functions

func BlockIOEnabled

func BlockIOEnabled() bool

func RdtEnabled

func RdtEnabled() bool

Types

type Config

type Config struct {
	// BlockIOConfigFile specifies the path to blockio configuration file
	BlockIOConfigFile string `toml:"blockio_config_file" json:"blockioConfigFile"`
	// RdtConfigFile specifies the path to RDT configuration file
	RdtConfigFile string `toml:"rdt_config_file" json:"rdtConfigFile"`
}

Config for the tasks service plugin

Source Files

blockio_default.go local.go local_unix.go rdt_default.go service.go

Version
v1.7.0-beta.0
Published
Oct 25, 2022
Platform
js/wasm
Imports
37 packages
Last checked
7 minutes ago

Tools for package owners.