Packages

p

akka.discovery

kubernetes

package kubernetes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class KubernetesApiSimpleServiceDiscovery extends SimpleServiceDiscovery

    An alternative implementation that uses the Kubernetes API.

    An alternative implementation that uses the Kubernetes API. The main advantage of this method is that it allows you to define readiness/health checks that don't affect the bootstrap mechanism.

  2. case class PodList(items: Seq[Pod]) extends Product with Serializable
  3. final class Settings extends Extension

Ungrouped