Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VxlanDefaultLocalPlanner ¶
type VxlanDefaultLocalPlanner struct {
	Logger      lager.Logger
	LocalSubnet string
	Chain       enforcer.Chain
}
    func (*VxlanDefaultLocalPlanner) GetRules ¶
func (p *VxlanDefaultLocalPlanner) GetRules() ([]rules.IPTablesRule, error)
func (*VxlanDefaultLocalPlanner) GetRulesAndChain ¶
func (p *VxlanDefaultLocalPlanner) GetRulesAndChain() (enforcer.RulesWithChain, error)
type VxlanDefaultRemotePlanner ¶
func (*VxlanDefaultRemotePlanner) GetRules ¶
func (p *VxlanDefaultRemotePlanner) GetRules() ([]rules.IPTablesRule, error)
func (*VxlanDefaultRemotePlanner) GetRulesAndChain ¶
func (p *VxlanDefaultRemotePlanner) GetRulesAndChain() (enforcer.RulesWithChain, error)
type VxlanPolicyPlanner ¶
type VxlanPolicyPlanner struct {
	Logger            lager.Logger
	Datastore         dstore
	PolicyClient      policyClient
	VNI               int
	CollectionEmitter agent_metrics.TimeMetricsEmitter
	Chain             enforcer.Chain
}
    func (*VxlanPolicyPlanner) GetRules ¶
func (p *VxlanPolicyPlanner) GetRules() (enforcer.RulesWithChain, error)
 Click to show internal directories. 
   Click to hide internal directories.