Versions in this module Expand all Collapse all v1 v1.0.2 Jun 26, 2024 Changes in this version + const MaxNameLen + func Annotations(labels []string) (bundle string, userAnnotations map[string]string) + func CleanPath(path string) string + func CloseExecFrom(minFd int) error + func EnsureProcHandle(fh *os.File) error + func NewSockPair(name string) (parent, child *os.File, err error) + func RecvFile(socket *os.File) (_ *os.File, Err error) + func SendFile(socket *os.File, file *os.File) error + func SendRawFd(socket *os.File, msg string, fd uintptr) error + func UnsafeCloseFrom(minFd int) error + func WithProcfd(root, unsafePath string, fn func(procfd string) error) error + func WriteJSON(w io.Writer, v interface{}) error + type ProcThreadSelfCloser func() + func ProcThreadSelf(subpath string) (string, ProcThreadSelfCloser) + func ProcThreadSelfFd(fd uintptr) (string, ProcThreadSelfCloser)