Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceManager ¶
type ResourceManager interface { // Start starts the resource manager. Start() error // Stop stops the resource manager. Stop() // SetConfig dynamically updates the resource manager configuration SetConfig(*config.RawConfig) error }
ResourceManager is the interface we expose for controlling the CRI resource manager.
func NewResourceManager ¶
func NewResourceManager() (ResourceManager, error)
NewResourceManager creates a new ResourceManager instance.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.