package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewManagerImpl creates a new manager.
NewResourceDeviceInstances returns a new ResourceDeviceInstances.
# Structs
DeviceRunContainerOptions contains the combined container runtime settings to consume its allocated devices.
ManagerImpl is the structure in charge of managing Device Plugins.
# Interfaces
Manager manages all the Device Plugins running on a node.
# Type aliases
ActivePodsFunc is a function that returns a list of pods to reconcile.
DeviceInstances is a mapping device name -> plugin device data.
PodReusableDevices is a map by pod name of devices to reuse.
ResourceDeviceInstances is a mapping resource name -> DeviceInstances.