Package

io.buoyant.namer

consul

Permalink

package consul

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. consul
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ConsulConfig(host: Option[String], port: Option[Port], includeTag: Option[Boolean], useHealthCheck: Option[Boolean], healthStatuses: Option[Set[consul.v1.HealthStatus.Value]] = None, token: Option[String] = None, setHost: Option[Boolean] = None, consistencyMode: Option[ConsistencyMode] = None, failFast: Option[Boolean] = None, preferServiceAddress: Option[Boolean] = None, weights: Option[Seq[TagWeight]] = None) extends NamerConfig with Product with Serializable

    Permalink
  2. class ConsulInitializer extends NamerInitializer

    Permalink

    Supports namer configurations in the form:

    Supports namer configurations in the form:

    namers:
    - kind: io.l5d.consul
      host: consul.site.biz
      port: 8600
      includeTag: true
      useHealthCheck: true
      healthStatuses:
      - passing
      setHost: true
      token: some-consul-acl-token
      consistencyMode: default
      failFast: false
      preferServiceAddress: true
      weights:
      - tag: primary
        weight: 100
    

  3. case class TagWeight(tag: String, weight: Double) extends Product with Serializable

    Permalink

Value Members

  1. object ConsulInitializer extends ConsulInitializer

    Permalink
  2. object ConsulNamer

    Permalink
  3. val log: Logger

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped