Versions in this module Expand all Collapse all v0 v0.2.0 Jun 19, 2025 v0.1.4 Mar 13, 2025 Changes in this version + type DummyProxyProcessor struct + func (d *DummyProxyProcessor) CleanupRules(KeepMap map[string]string) error + func (d *DummyProxyProcessor) DeleteRules(SvcIP, PodIP string) error + func (d *DummyProxyProcessor) EnsureRules(SvcIP, PodIP string) error + func (d *DummyProxyProcessor) InitRules() error + type NFTProxyProcessor struct + func (p *NFTProxyProcessor) CleanupRules(keepMap map[string]string) error + func (p *NFTProxyProcessor) DeleteRules(svcIP, podIP string) error + func (p *NFTProxyProcessor) EnsureRules(svcIP, podIP string) error + func (p *NFTProxyProcessor) InitRules() error + type ProxyProcessor interface + CleanupRules func(KeepMap map[string]string) error + DeleteRules func(SvcIP, PodIP string) error + EnsureRules func(SvcIP, PodIP string) error + InitRules func() error