Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type LBNode interface + Host func() string + LBType func() terminalmode.DeviceType + type LBPhase int + const INPUT_NAT + const INPUT_POLICY + const OUTPUT_NAT + const OUTPUT_POLICY + func NewLBPhase(phase string) LBPhase + func (lp LBPhase) String() string + type LBProcessResult struct + AutoMap bool + Dport string + Dst string + ErrMsg string + NodePort string + Nodes []string + Partition string + Pool string + RouteDomain string + State []string + Virtual string + type LBProcessor struct + func NewF5Processor(node api.Node, inEntry policy.PolicyEntryInf) *LBProcessor + func (lp *LBProcessor) MakeTemplates(ctx context.Context, intent *policy.Intent, inPort api.Port, vrf api.Vrf, ...) (result LBProcessResult) + func (lp *LBProcessor) WithInputNat() *LBProcessor + func (lp *LBProcessor) WithOutputNat() *LBProcessor