package
1.9.0-alpha.1
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

DeleteServiceConnections uses the conntrack tool to delete the conntrack entries for the UDP connections specified by the given service IP.
ClearUDPConntrackForPeers uses the conntrack tool to delete the conntrack entries for the UDP connections specified by the {origin, dest} IP pair.
ClearUDPConntrackForPort uses the conntrack tool to delete the conntrack entries for the UDP connections specified by the port.
ExecConntrackTool executes the conntrack tool using the given parameters.
No description provided by the author
RevertPorts is closing ports in replacementPortsMap but not in originalPortsMap.
No description provided by the author

# Structs

LocalPort describes a port on specific IP address and protocol.

# Interfaces

Closeable is an interface around closing an port.
PortOpener is an interface around port opening/closing.