Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceLocator ¶
type DeviceLocator interface { Locate(devices *types.Device) (*types.PodContainer, error) List() ([]*types.PodInfo, error) Close() error }
func NewKubeletDeviceLocator ¶
func NewKubeletDeviceLocator(resource string) DeviceLocator
type KubeletDeviceLocator ¶
type KubeletDeviceLocator struct {
// contains filtered or unexported fields
}
func (*KubeletDeviceLocator) Close ¶
func (k *KubeletDeviceLocator) Close() error
func (*KubeletDeviceLocator) Locate ¶
func (k *KubeletDeviceLocator) Locate(devices *types.Device) (*types.PodContainer, error)
type PodSitter ¶
type PodSitter struct {
// contains filtered or unexported fields
}
func (*PodSitter) GetNodeFromApiServer ¶
func (*PodSitter) GetPodFromApiServer ¶
Click to show internal directories.
Click to hide internal directories.