Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Devices ¶
type Devices struct{}
func (Devices) GetAllocatableDevices ¶
func (dd Devices) GetAllocatableDevices() []*podresourcesapi.ContainerDevices
func (Devices) GetDevices ¶
func (dd Devices) GetDevices(podUID, containerName string) []*podresourcesapi.ContainerDevices
func (Devices) UpdateAllocatedDevices ¶
func (dd Devices) UpdateAllocatedDevices()
type Memory ¶
type Memory struct{}
func (Memory) GetAllocatableMemory ¶
func (mm Memory) GetAllocatableMemory() []*podresourcesapi.ContainerMemory
func (Memory) GetMemory ¶
func (mm Memory) GetMemory(podUID, containerName string) []*podresourcesapi.ContainerMemory
Click to show internal directories.
Click to hide internal directories.