package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

IsDeviceName returns whether the ResourceName points to an extended resource name exported by a device plugin.
IsResourceNameValid returns an error if the resource is invalid or is not an extended resource name.
NewDevicePluginStub returns an initialized DevicePlugin Stub.
NewManagerImpl creates a new manager on the socket `socketPath`.

# Structs

ManagerImpl is the structure in charge of managing Device Plugins.
Stub implementation for DevicePlugin.

# Interfaces

Manager manages all the Device Plugins running on a node.

# Type aliases

MonitorCallback is the function called when a device's health state changes, or new devices are reported, or old devices are deleted.