Package

io.buoyant.namerd

iface

Permalink

package iface

Visibility
  1. Public
  2. All

Type Members

  1. case class ClientTlsConfig(commonName: String, caCert: Option[String]) extends Product with Serializable

    Permalink
  2. case class DelegatorConfig(routerLabel: String, namespace: String, dtab: Dtab) extends Product with Serializable

    Permalink
  3. class NamerdHandler extends Service[Request, Response]

    Permalink
  4. case class NamerdHttpInterpreterConfig(dst: Option[Path], namespace: Option[String], retry: Option[Retry], tls: Option[TlsClientConfig]) extends InterpreterConfig with NamespacedInterpreterConfig with Product with Serializable

    Permalink
  5. class NamerdHttpInterpreterInitializer extends InterpreterInitializer

    Permalink

    The namerd interpreter offloads the responsibilities of name resolution to the namerd service via the namerd HTTP streaming API.

    The namerd interpreter offloads the responsibilities of name resolution to the namerd service via the namerd HTTP streaming API. Any namers configured in this linkerd are not used.

  6. case class NamerdInterpreterConfig(dst: Option[Path], namespace: Option[String], retry: Option[Retry], tls: Option[ClientTlsConfig]) extends InterpreterConfig with NamespacedInterpreterConfig with Product with Serializable

    Permalink
  7. class NamerdInterpreterInitializer extends InterpreterInitializer

    Permalink

    The namerd interpreter offloads the responsibilities of name resolution to the namerd service via the namerd thrift API.

    The namerd interpreter offloads the responsibilities of name resolution to the namerd service via the namerd thrift API. Any namers configured in this linkerd are not used.

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

    Permalink

Ungrouped