Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶ added in v1.1.0
type Database struct {
// contains filtered or unexported fields
}
Database aggregates Kubernetes information from multiple sources: - the informer that keep an indexed copy of the existing pods and replicasets. - the inspected container.Info objects, indexed either by container ID and PID namespace - a cache of decorated PodInfo that would avoid reconstructing them on each trace decoration
func StartDatabase ¶ added in v1.1.0
func (*Database) AddProcess ¶ added in v1.1.0
AddProcess also searches for the container.Info of the passed PID
func (*Database) OnDeletion ¶ added in v1.1.0
OnDeletion implements ContainerEventHandler
Click to show internal directories.
Click to hide internal directories.