Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiscoveryController ¶
type DiscoveryController interface { model.Controller model.ServiceDiscovery }
type Instance ¶
type Instance interface { model.Controller model.ServiceDiscovery // Provider backing this service registry (i.e. Kubernetes etc.) Provider() provider.ID // Cluster for which the service registry applies. Only needed for multicluster systems. Cluster() cluster.ID }
Instance of a service registry. A single service registry combines the capabilities of service discovery and the controller for managing asynchronous events.
Click to show internal directories.
Click to hide internal directories.