package blockio
import "github.com/containerd/containerd/pkg/blockio"
Index ¶
- func ClassNameToLinuxOCI(className string) (*runtimespec.LinuxBlockIO, error)
- func ContainerClassFromAnnotations(containerName string, containerAnnotations, podAnnotations map[string]string) (string, error)
- func IsEnabled() bool
- func SetConfig(configFilePath string) error
Functions ¶
func ClassNameToLinuxOCI ¶
func ClassNameToLinuxOCI(className string) (*runtimespec.LinuxBlockIO, error)
ClassNameToLinuxOCI always is no-op in non-linux platforms.
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-rc.2
- Published
- Mar 7, 2023
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 32 minutes ago –
Tools for package owners.