Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanRules ¶ added in v1.8.3
func CleanRules()
Types ¶
type IPMasqAgent ¶
type IPMasqAgent struct {
// contains filtered or unexported fields
}
IPMasqAgent is based on https://github.com/kubernetes-incubator/ip-masq-agent but collapsed into kindnetd and made ipv6 aware in an opinionated and simplified fashion using "github.com/coreos/go-iptables"
func NewIPMasqAgent ¶
func NewIPMasqAgent(nodeInformer coreinformers.NodeInformer, noMasqueradeCIDRs string) (*IPMasqAgent, error)
NewIPMasqAgent returns a new IPMasqAgent that avoids masquerading the intra-cluster traffic but allows to masquerade the cluster to external traffic.
Click to show internal directories.
Click to hide internal directories.