Documentation
¶
Overview ¶
Package registrarclient exposes the registrar-backed registry.Registry implementation: the node agent's client to the in-cluster Registrar gRPC service. It lives outside the root registry package (which holds only the interface and shared helpers) so that importing the interface — or this client — does not transitively link the other registry backends (AWS SDK, etcd client); those are linked only by registry/backend (the registrar's factory).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry = registrar.RegistrarRegistry
Registry is a registry.Registry implementation backed by the in-cluster Registrar service.
Click to show internal directories.
Click to hide internal directories.