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 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 ¶
func (p *VxlanPolicyPlanner) GetRulesAndChain() (enforcer.RulesWithChain, error)
Click to show internal directories.
Click to hide internal directories.