Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SyntheticMissing is a synthetic initial event for currently non-existent object. SyntheticMissing = k8swatch.EventType("SyntheticMissing") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceManagerAgent ¶
type ResourceManagerAgent interface {
Run() error
}
ResourceManagerAgent is the interface exposed for the CRI Resource Manager Congig Agent
func NewResourceManagerAgent ¶
func NewResourceManagerAgent() (ResourceManagerAgent, error)
NewResourceManagerAgent creates a new instance of ResourceManagerAgent
Source Files ¶
Click to show internal directories.
Click to hide internal directories.