Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + var ErrNotNamedNamespace = fmt.Errorf("name space is not named") + func Create(name string) (ns.NetNS, error) + func Delete(ns ns.NetNS) error + func Exists(name string) bool + func GetByName(name string) (ns.NetNS, error) + func List(prefix string) ([]string, error) + func Monitor(ctx context.Context, name string) (chan netlink.AddrUpdate, error) + func Name(ns ns.NetNS) (string, error)