Packages

p

io.buoyant

interpreter

package interpreter

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class MeshInterpreterConfig (dst: Option[Path], root: Option[Path], tls: Option[TlsClientConfig], retry: Option[Retry]) extends InterpreterConfig with Product with Serializable
  2. 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.

  3. case class Retry (baseSeconds: Int, maxSeconds: Int) extends Product with Serializable

Ungrouped