package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewFake returns a no-op iptables.Interface.
NewIPv6Fake returns a no-op iptables.Interface with IsIPv6() == true.
ParseIPTablesDump parses an IPTables rules dump.
ParseRule parses rule.

# Structs

Chain represents an IPTables chain.
FakeIPTables is no-op implementation of iptables Interface.
IPTablesDump represents a parsed IPTables rules dump (ie, the output of "iptables-save" or input to "iptables-restore").
IPTablesValue is a value of a parameter in an Rule, where the parameter is possibly negated.
Rule represents a single parsed IPTables rule.
Table represents an IPTables table.