 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
	// Get returns the cached result for the container with the given ID.
	Get(id kubecontainer.ContainerID) (Result, bool)
	// Set sets the cached result for the container with the given ID.
	Set(id kubecontainer.ContainerID, result Result)
	// Remove clears the cached result for the container with the given ID.
	Remove(id kubecontainer.ContainerID)
}
    Manager provides a probe results cache.
func NewManager ¶
func NewManager() Manager
NewManager creates ane returns an empty results manager.
 Click to show internal directories. 
   Click to hide internal directories.