Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigModuleName is the configuration section for RDT ConfigModuleName = "rdt" // RDTController is the name of the RDT controller. RDTController = cache.RDT )
Variables ¶
This section is empty.
Functions ¶
func GetClasses ¶ added in v0.5.0
GetClasses returns all available RDT classes
Types ¶
type OperatingMode ¶ added in v0.5.0
type OperatingMode string
const ( OperatingModeDisabled OperatingMode = "Disabled" OperatingModeDiscovery OperatingMode = "Discovery" OperatingModeFull OperatingMode = "Full" )
Click to show internal directories.
Click to hide internal directories.