pidmap

package
v0.0.0-...-015ead2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL