package rdt
import "github.com/containerd/containerd/pkg/rdt"
Index ¶
- func ContainerClassFromAnnotations(containerName string, containerAnnotations, podAnnotations map[string]string) (string, error)
- func IsEnabled() bool
- func SetConfig(configFilePath string) error
Functions ¶
func ContainerClassFromAnnotations ¶
func ContainerClassFromAnnotations(containerName string, containerAnnotations, podAnnotations map[string]string) (string, error)
ContainerClassFromAnnotations always is no-op in non-linux platforms.
func IsEnabled ¶
func IsEnabled() bool
IsEnabled always returns false in non-linux platforms.
func SetConfig ¶
SetConfig always is no-op in non-linux platforms.
Source Files ¶
- Version
- v1.7.0
- Published
- Mar 10, 2023
- Platform
- windows/amd64
- Last checked
- 1 minute ago –
Tools for package owners.