 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingState ¶ added in v0.10.0
type LoggingState struct {
	// contains filtered or unexported fields
}
    func (*LoggingState) Disable ¶ added in v0.10.0
func (l *LoggingState) Disable()
func (*LoggingState) Enable ¶ added in v0.10.0
func (l *LoggingState) Enable()
func (*LoggingState) IsEnabled ¶ added in v0.10.0
func (l *LoggingState) IsEnabled() bool
type VxlanDefaultLocalPlanner ¶
type VxlanDefaultLocalPlanner struct {
	Logger       lager.Logger
	LocalSubnet  string
	Chain        enforcer.Chain
	LoggingState loggingStateGetter
}
    func (*VxlanDefaultLocalPlanner) GetRules ¶
func (p *VxlanDefaultLocalPlanner) GetRules() ([]rules.IPTablesRule, error)
func (*VxlanDefaultLocalPlanner) GetRulesAndChain ¶
func (p *VxlanDefaultLocalPlanner) GetRulesAndChain() (enforcer.RulesWithChain, error)
type VxlanDefaultRemotePlanner ¶
type VxlanDefaultRemotePlanner struct {
	Logger       lager.Logger
	VNI          int
	Chain        enforcer.Chain
	LoggingState loggingStateGetter
}
    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
	LoggingState      loggingStateGetter
}
    func (*VxlanPolicyPlanner) GetRulesAndChain ¶ added in v0.10.0
func (p *VxlanPolicyPlanner) GetRulesAndChain() (enforcer.RulesWithChain, error)
 Click to show internal directories. 
   Click to hide internal directories.