Documentation
¶
Index ¶
- type FakeOrchestrator
- func (f *FakeOrchestrator) DatapathInitialized() <-chan struct{}
- func (f *FakeOrchestrator) EndpointHash(cfg types.Config) (string, error)
- func (f *FakeOrchestrator) Reinitialize(ctx context.Context) error
- func (f *FakeOrchestrator) ReloadDatapath(ctx context.Context, ep types.Endpoint, stats *metrics.SpanStat) (string, error)
- func (f *FakeOrchestrator) Unload(ep types.Endpoint)
- func (f *FakeOrchestrator) WriteEndpointConfig(w io.Writer, cfg types.Config) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeOrchestrator ¶
type FakeOrchestrator struct{}
func (*FakeOrchestrator) DatapathInitialized ¶
func (f *FakeOrchestrator) DatapathInitialized() <-chan struct{}
func (*FakeOrchestrator) EndpointHash ¶
func (f *FakeOrchestrator) EndpointHash(cfg types.Config) (string, error)
func (*FakeOrchestrator) Reinitialize ¶
func (f *FakeOrchestrator) Reinitialize(ctx context.Context) error
func (*FakeOrchestrator) ReloadDatapath ¶
func (*FakeOrchestrator) Unload ¶
func (f *FakeOrchestrator) Unload(ep types.Endpoint)
func (*FakeOrchestrator) WriteEndpointConfig ¶
Click to show internal directories.
Click to hide internal directories.