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 {
// contains filtered or unexported fields
}
Resolver is used to resolve the container context of the events
func (*Resolver) GetContainerContext ¶
func (cr *Resolver) GetContainerContext(pid uint32) (containerutils.ContainerID, model.CGroupContext, string, error)
GetContainerContext returns the container id, cgroup context, and cgroup sysfs path of the given pid
Click to show internal directories.
Click to hide internal directories.