Versions in this module Expand all Collapse all v0 v0.0.3 Oct 19, 2021 Changes in this version + var DefaultDescriptors = []string + var ErrUnknownDescriptor = errors.New("unknown descriptor") + func JoinNamespaceAndProcessInfo(pid string, descriptors []string) ([][]string, error) + func JoinNamespaceAndProcessInfoByPids(pids []string, descriptors []string) ([][]string, error) + func JoinNamespaceAndProcessInfoByPidsWithOptions(pids []string, descriptors []string, options *JoinNamespaceOpts) ([][]string, error) + func JoinNamespaceAndProcessInfoWithOptions(pid string, descriptors []string, options *JoinNamespaceOpts) ([][]string, error) + func ListDescriptors() (list []string) + func ProcessInfo(descriptors []string) ([][]string, error) + func ProcessInfoByPids(pids []string, descriptors []string) ([][]string, error) + type IDMap struct + ContainerID int + HostID int + Size int + type JoinNamespaceOpts struct + FillMappings bool + GIDMap []IDMap + UIDMap []IDMap