Package

io.buoyant

interpreter

Permalink

package interpreter

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

    Permalink
  2. class MeshInterpreterInitializer extends InterpreterInitializer

    Permalink

    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

    Permalink

Value Members

  1. object MeshInterpreterConfig extends Serializable

    Permalink
  2. object MeshInterpreterInitializer extends MeshInterpreterInitializer

    Permalink
  3. package mesh

    Permalink

Ungrouped