package netns
import "github.com/containerd/containerd/pkg/netns"
Index ¶
Types ¶
type NetNS ¶
type NetNS struct {
// contains filtered or unexported fields
}
NetNS holds network namespace.
func LoadNetNS ¶
LoadNetNS loads existing network namespace.
func NewNetNS ¶
NewNetNS creates a network namespace.
func (*NetNS) Closed ¶
Closed checks whether the network namespace has been closed.
func (*NetNS) GetPath ¶
GetPath returns network namespace path for sandbox container
func (*NetNS) Remove ¶
Remove removes network namespace. Remove is idempotent, meaning it might be invoked multiple times and provides consistent result.
Source Files ¶
- Version
- v1.6.30
- Published
- Mar 11, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 minutes ago –
Tools for package owners.