Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingState ¶
type LoggingState struct {
// contains filtered or unexported fields
}
func (*LoggingState) Disable ¶
func (l *LoggingState) Disable()
func (*LoggingState) Enable ¶
func (l *LoggingState) Enable()
func (*LoggingState) IsEnabled ¶
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 IPTablesAcceptedUDPLogsPerSec int }
func (*VxlanPolicyPlanner) GetRulesAndChain ¶
func (p *VxlanPolicyPlanner) GetRulesAndChain() (enforcer.RulesWithChain, error)
Click to show internal directories.
Click to hide internal directories.