Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBGPRouterManager ¶
type MockBGPRouterManager struct { ConfigurePeers_ func(ctx context.Context, policy *v2alpha1.CiliumBGPPeeringPolicy, cstate *agent.ControlPlaneState) error GetPeers_ func(ctx context.Context) ([]*models.BgpPeer, error) }
func (*MockBGPRouterManager) ConfigurePeers ¶
func (m *MockBGPRouterManager) ConfigurePeers(ctx context.Context, policy *v2alpha1.CiliumBGPPeeringPolicy, cstate *agent.ControlPlaneState) error
Click to show internal directories.
Click to hide internal directories.