Packages

package k8s

Ordering
  1. Alphabetic
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
  2. case class K8sExternalConfig (host: Option[String], port: Option[Port], labelSelector: Option[String]) extends NamerConfig with ClientConfig with Product with Serializable
  3. class K8sExternalInitializer extends NamerInitializer

    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

    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
  6. class K8sNamespacedInitializer extends NamerInitializer

Ungrouped