Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RuntimeMonitor ¶
type RuntimeMonitor struct {
// contains filtered or unexported fields
}
func NewRuntimeMonitor ¶
func NewRuntimeMonitor( createCh chan varmortypes.ContainerInfo, deleteCh chan varmortypes.ContainerInfo, deleteSynCh chan bool, log logr.Logger) (*RuntimeMonitor, error)
func (*RuntimeMonitor) Close ¶
func (monitor *RuntimeMonitor) Close()
func (*RuntimeMonitor) CollectExistingTargetContainers ¶
func (monitor *RuntimeMonitor) CollectExistingTargetContainers() error
CollectExistingTargetContainers collects all existing containers that should be protected and sends them to the enforcer
func (*RuntimeMonitor) IsMonitoring ¶
func (monitor *RuntimeMonitor) IsMonitoring() (bool, error)
func (*RuntimeMonitor) Run ¶
func (monitor *RuntimeMonitor) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.