Documentation
¶
Overview ¶
Package pidmap implements a component for tracking pid and containerID relations
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface {
// SetPidMap sets the map with the pid - containerID relations
SetPidMap(m map[int32]string)
// ContainerIDForPID returns the matching container id for a pid, or an error if not found.
ContainerIDForPID(pid int32) (string, error)
}
Component is the component type.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package pidmapimpl implements a component for storing pid - containerID relations
|
Package pidmapimpl implements a component for storing pid - containerID relations |
Click to show internal directories.
Click to hide internal directories.