Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoDeviceFound = errors.New("no device found")
)
Functions ¶
func NewKubeletClient ¶
func NewKubeletClient() (*kubeletClient, error)
Types ¶
type DeviceManager ¶
type IDManager ¶
type IDManager struct {
// contains filtered or unexported fields
}
func NewIDManager ¶
func (*IDManager) GetDevices ¶
type PodDetails ¶
type PodDetails string
func NewPodDetails ¶
func NewPodDetails(name string, namespace string) PodDetails
func (PodDetails) Details ¶
func (p PodDetails) Details() (string, string)
Click to show internal directories.
Click to hide internal directories.