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 VxlanPolicyPlanner ¶
type VxlanPolicyPlanner struct {
	Logger        lager.Logger
	Datastore     dstore
	PolicyClient  policyClient
	VNI           int
	MetricsSender metricsSender
	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.