package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewDevicePluginStub returns an initialized DevicePlugin Stub.
NewPluginClient returns an initialized device plugin client.
NewServer returns an initialized device plugin registration server.
# Interfaces
Client interface provides methods for establishing/closing gRPC connection and running the device plugin gRPC client.
ClientHandler is an interface for handling device plugin connections.
DevicePlugin interface provides methods for accessing Device Plugin resources, API and unix socket.
RegistrationHandler is an interface for handling device plugin registration and plugin directory cleanup.
Server interface provides methods for Device plugin registration server.