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], labelSelector: Option[String]) extends NamerConfig with ClientConfig with Product with Serializable

    Permalink
  2. case class K8sExternalConfig(host: Option[String], port: Option[Port], labelSelector: Option[String]) extends NamerConfig with ClientConfig with Product with Serializable

    Permalink
  3. class K8sExternalInitializer extends NamerInitializer

    Permalink

    Supports namer configurations in the form:

    Supports namer configurations in the form:

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

  4. class K8sInitializer extends NamerInitializer

    Permalink

    Supports namer configurations in the form:

    Supports namer configurations in the form:

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

  5. case class K8sNamespacedConfig(host: Option[String], port: Option[Port], envVar: Option[String], labelSelector: Option[String]) extends NamerConfig with ClientConfig with Product with Serializable

    Permalink
  6. class K8sNamespacedInitializer extends NamerInitializer

    Permalink

Ungrouped