Package

io.buoyant.namer

k8s

Permalink

package k8s

Visibility
  1. Public
  2. All

Type Members

  1. case class K8sConfig(host: Option[String], port: Option[Port]) extends NamerConfig with ClientConfig with Product with Serializable

    Permalink
  2. class K8sInitializer extends NamerInitializer

    Permalink

    Supports namer configurations in the form:

    Supports namer configurations in the form:

    namers:
    - kind: io.l5d.k8s
      exerimental: true
      host: localhost
      port: 8001
    

Value Members

  1. object K8sInitializer extends K8sInitializer

    Permalink

Ungrouped