package interpreter
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class MeshInterpreterConfig (dst: Option[Path], root: Option[Path], tls: Option[TlsClientConfig], retry: Option[Retry]) extends InterpreterConfig with Product with Serializable
-
class
MeshInterpreterInitializer
extends InterpreterInitializer
The namerd interpreter offloads the responsibilities of name resolution to the namerd service via the namerd streaming gRPC API.
The namerd interpreter offloads the responsibilities of name resolution to the namerd service via the namerd streaming gRPC API. Any namers configured in this linkerd are not used.
- case class Retry (baseSeconds: Int, maxSeconds: Int) extends Product with Serializable
Value Members
- object MeshInterpreterConfig extends Serializable
- object MeshInterpreterInitializer extends MeshInterpreterInitializer