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

# Functions

ClearUDPConntrackForIP 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.
IPPart returns just the IP part of an IP or IP:port or endpoint string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RevertPorts is closing ports in replacementPortsMap but not in originalPortsMap.
No description provided by the author
ToCIDR returns a host address of the form <ip-address>/32 for IPv4 and <ip-address>/128 for IPv6.

# Constants

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.