Documentation ¶
Overview ¶
Package container holds container related files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct{}
Resolver is used to resolve the container context of the events
func (*Resolver) GetContainerContext ¶
func (cr *Resolver) GetContainerContext(pid uint32) (containerutils.ContainerID, containerutils.CGroupFlags, error)
GetContainerContext returns the container id of the given pid along with its flags
Click to show internal directories.
Click to hide internal directories.