package devices

import "github.com/opencontainers/runc/libcontainer/devices"

Index

Constants

const (
	Wildcard       = config.Wildcard
	WildcardDevice = config.WildcardDevice
	BlockDevice    = config.BlockDevice
	CharDevice     = config.CharDevice
	FifoDevice     = config.FifoDevice
)

Deprecated: use github.com/opencontainers/cgroups/devices/config.

Types

type Device

type Device = config.Device

Deprecated: use github.com/opencontainers/cgroups/devices/config.

type Permissions

type Permissions = config.Permissions

Deprecated: use github.com/opencontainers/cgroups/devices/config.

type Rule

type Rule = config.Rule

Deprecated: use github.com/opencontainers/cgroups/devices/config.

type Type

type Type = config.Type

Deprecated: use github.com/opencontainers/cgroups/devices/config.

Source Files

device_deprecated.go

Version
v1.3.0-rc.1
Published
Mar 4, 2025
Platform
windows/amd64
Imports
1 packages
Last checked
3 hours ago

Tools for package owners.